Located in /Zend/Controller/Dispatcher/Standard.php (line 41)
Zend_Controller_Dispatcher_Abstract | --Zend_Controller_Dispatcher_Standard
Current dispatchable directory
Current module (formatted)
Directories where Zend_Controller_Action files are stored.
Inherited from Zend_Controller_Dispatcher_Abstract
Zend_Controller_Dispatcher_Abstract::$_defaultAction
Zend_Controller_Dispatcher_Abstract::$_defaultController
Zend_Controller_Dispatcher_Abstract::$_frontController
Zend_Controller_Dispatcher_Abstract::$_invokeParams
Zend_Controller_Dispatcher_Abstract::$_pathDelimiter
Zend_Controller_Dispatcher_Abstract::$_response
Zend_Controller_Dispatcher_Abstract::$_wordDelimiter
Add a single path to the controller directory stack
Convert a class name to a filename
Dispatch to a controller/action
By default, if a controller is not dispatchable, dispatch() will throw an exception. If you wish to use the default controller instead, set the param 'useDefaultControllerAlways' via setParam().
Format the module name.
Determine the action name
First attempt to retrieve from request; then from request params using action key; default to default action
Returns formatted action name
Get controller class name
Try request first; if not found, try pulling from request parameter; if still not found, fallback to default
Return the currently set directories for Zend_Controller_Action class lookup
If a module is specified, returns just that directory.
Retrieve default controller class
Determines whether the default controller to use lies within the requested module, or if the global default should be used.
By default, will only use the module default unless that controller does not exist; if this is the case, it falls back to the default controller in the default module.
Return the value of the currently selected dispatch directory (as set by getController())
Returns TRUE if the Zend_Controller_Request_Abstract object can be dispatched to a controller.
Use this method wisely. By default, the dispatcher will fall back to the default controller (either in the module specified or the global default) if a given controller does not exist. This method returning false does not necessarily indicate the dispatcher will not still dispatch the call.
Determine if a given module is valid
Load a controller class
Attempts to load the controller class file from getControllerDirectory(). If the controller belongs to a module, looks for the module prefix to the controller class.
Set controller directory
Inherited From Zend_Controller_Dispatcher_Abstract
Zend_Controller_Dispatcher_Abstract::__construct()
Zend_Controller_Dispatcher_Abstract::clearParams()
Zend_Controller_Dispatcher_Abstract::formatActionName()
Zend_Controller_Dispatcher_Abstract::formatControllerName()
Zend_Controller_Dispatcher_Abstract::getDefaultAction()
Zend_Controller_Dispatcher_Abstract::getDefaultControllerName()
Zend_Controller_Dispatcher_Abstract::getFrontController()
Zend_Controller_Dispatcher_Abstract::getParam()
Zend_Controller_Dispatcher_Abstract::getParams()
Zend_Controller_Dispatcher_Abstract::getPathDelimiter()
Zend_Controller_Dispatcher_Abstract::getResponse()
Zend_Controller_Dispatcher_Abstract::getWordDelimiter()
Zend_Controller_Dispatcher_Abstract::setDefaultAction()
Zend_Controller_Dispatcher_Abstract::setDefaultControllerName()
Zend_Controller_Dispatcher_Abstract::setFrontController()
Zend_Controller_Dispatcher_Abstract::setParam()
Zend_Controller_Dispatcher_Abstract::setParams()
Zend_Controller_Dispatcher_Abstract::setPathDelimiter()
Zend_Controller_Dispatcher_Abstract::setResponse()
Zend_Controller_Dispatcher_Abstract::setWordDelimiter()
Zend_Controller_Dispatcher_Abstract::_formatName()
Zend_Controller_Dispatcher_Abstract::_verifyDelimiter()
Documentation generated on Wed, 21 Feb 2007 12:00:11 -0800 by phpDocumentor 1.3.1