Welcome Guest, Not a member yet? Register   Sign In
"Security interceptor" and interceptors in general
#2

[eluser]mddd[/eluser]
Build a library and put your call to that library in the constructor of your controllers. It will be called in every request.
If you don't want to write a line in each controller, you can extend the default controller (make it a MY_controller) and put the call in there.
Then you let every controller extend from MY_Controller instead of Controller.


Messages In This Thread
"Security interceptor" and interceptors in general - by El Forum - 08-11-2010, 05:34 AM
"Security interceptor" and interceptors in general - by El Forum - 08-11-2010, 05:49 AM
"Security interceptor" and interceptors in general - by El Forum - 08-11-2010, 07:11 AM
"Security interceptor" and interceptors in general - by El Forum - 08-11-2010, 07:30 AM
"Security interceptor" and interceptors in general - by El Forum - 08-11-2010, 07:46 AM
"Security interceptor" and interceptors in general - by El Forum - 08-11-2010, 08:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB