What are you trying to accomplish?
Bootstrapping is the task of setting up resources for MVC components to
consume (if they need them), so doing route specific stuff in the
bootstrap doesnt make alot of sense.
On the other hand, if you do need to do something, a controller plugin
is the best way to do it (it would be triggered "route insepcific", but
depending on when you hook in, you will have access to those parameters).
-ralph
scs wrote:
Hi,
I need to get the requested module, controller and action name in a
function of bootstrap file.
Is there any easy way of getting those variables?
Thanks,
scs