Zend Framework Module Based Error Handling

Posted by cnkt on Stack Overflow See other posts from Stack Overflow or by cnkt
Published on 2010-04-27T09:28:05Z Indexed on 2010/04/27 9:33 UTC
Read the original article Hit count: 209

Filed under:

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.

© Stack Overflow or respective owner

Related posts about zend-framework