I currently have a FrontController plugin that extends Zend-Controller_Plugin_Abstract. The preDispatch function is implemented in it. Everything works except for one thing. How can I prevent the preDispatch function to be applied to certain controllers? The only way I have right noew is to use $this->getRequest()->getControllerName() and compare it to a list of controller names.
Is there a better/easier way? -- View this message in context: http://n4.nabble.com/FrontController-plugin-and-controllers-tp1680806p1680806.html Sent from the Zend Framework mailing list archive at Nabble.com.
