Zend_Controller_Dispatcher_StandardLocated in /Zend/Controller/Dispatcher/Standard.php (line 41)
Zend_Controller_Dispatcher_Abstract | --Zend_Controller_Dispatcher_Standard
Zend_Controller_Dispatcher_Standard
addControllerDirectory
(string $path, [string $module = 'default'])
boolean
dispatch
(Zend_Controller_Request_Abstract $request, Zend_Controller_Response_Abstract $response)
boolean
isDispatchable
(Zend_Controller_Request_Abstract $request, Zend_Controller_Request_Abstract $action)
string
$_curDirectory
(line 47)
Current dispatchable directory
string
$_curModule
= 'default' (line 53)
Current module (formatted)
array
$_directories
= array() (line 59)
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
addControllerDirectory (line 68)
Add a single path to the controller directory stack
classToFilename (line 124)
Convert a class name to a filename
dispatch (line 166)
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().
formatModuleName (line 113)
Format the module name.
getActionMethod (line 349)
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
getControllerClass (line 258)
Get controller class name
Try request first; if not found, try pulling from request parameter; if still not found, fallback to default
getControllerDirectory (line 96)
Return the currently set directories for Zend_Controller_Action class lookup
If a module is specified, returns just that directory.
getDefaultControllerClass (line 304)
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.
getDispatchDirectory (line 333)
Return the value of the currently selected dispatch directory (as set by getController())
isDispatchable (line 141)
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.
isValidModule (line 285)
Determine if a given module is valid
loadClass (line 228)
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.
setControllerDirectory (line 80)
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