Hey,
I'm looking for a way to register plugins for the front controller based on what module (or controller) i'm being routed to. Basically, i'd like a subset of controllers throughout my app to all have certain data before they get started, without having to put the logic in preDispatch of every controller that needs it. getRequest() on the front controller doesn't get me anything.

I guess what i'm asking is, is there any way to determine what module/controller/action was called in the bootstrap index.php file? or another way to selectively register frontController plugins?

thanks
- hoopes

Reply via email to