Zend Framework Module Based Error Handling
- by cnkt
Zend_Controller_Plugin_ErrorHandler always forwards to ErrorController::errorAction() in the default module but i want it be module aware. For example when a exception throws it must be call the module's ErrorController like Admin_ErrorController:errorAction.
How can i do this?
Thanks.