CodeIgniter Forums
Post Controller - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Post Controller (/showthread.php?tid=22547)



Post Controller - El Forum - 09-13-2009

[eluser]juan1904[/eluser]
Hi,

I'm using a post controller on my current project in code igniter. Is there a way to tell the post controller not to run on a specific page? I want it to run on all but one specific page.

Best regards,
Johan


Post Controller - El Forum - 09-13-2009

[eluser]pistolPete[/eluser]
Are you talking about hooks? http://ellislab.com/codeigniter/user-guide/general/hooks.html

Otherwise I have no idea what a "post controller" could be.


Post Controller - El Forum - 09-14-2009

[eluser]juan1904[/eluser]
Yes I am talking about hooks.

"post_controller
Called immediately after your controller is fully executed."