Zend framework talk.I’m initializing in my bootstrap class My_Action_Helper_Custom (extending Zend_Controller_Action_Helper_Abstract) to make it available to all of my controllers.
Could I just disable it for a specific action where I dont need it?
thanks
Luca
Are you referring to disabling the
preDispatch()orpostDispatch()hooks for a particular controller action?If so, I’d add some form of blacklist property to the helper, for example