Welcome Guest, Not a member yet? Register   Sign In
Hook Exceptions
#1

[eluser]ShoeLace1291[/eluser]
Does anyone know of any way that I could prevent a post-controller hook from loading on a certain controller method? I'm using a method that I want to use in an anchor popup but I don't want the post-controller hook to load in the window. Any ideas?
#2

[eluser]toopay[/eluser]
At your post-controller hook's class function, give some flag (IF statement) to inspect the requested Controller (using $ SERVER["REQUEST URI"] or CI super object) before execute the rest.




Theme © iAndrew 2016 - Forum software by © MyBB