Class ErrorController

Description

Intercepts all exceptions. (Not yet implemented)

  • todo: Implement throughout the site

Located in /application/controllers/ErrorController.php (line 17)

Zend_Controller_Action
   |
   --ErrorController
Method Summary
 void errorAction ()
Methods
errorAction (line 29)

errorAction() is the action that will be called by the "ErrorHandler"

plugin. When an error/exception has been encountered in a ZF MVC application (assuming the ErrorHandler has not been disabled in your bootstrap) - the Errorhandler will set the next dispatchable action to come here. This is the "default" module, "error" controller, specifically, the "error" action. These options are configurable.

  • access: public
void errorAction ()

Documentation generated on Fri, 27 Mar 2009 13:48:34 +0000 by phpDocumentor 1.4.1