Located in /Zend/Controller/Front.php (line 43)
Convenience feature, calls setControllerDirectory()->setRouter()->dispatch()
Constructor
Instantiate the plugin broker.
Add a parameter to use when instantiating an action controller
Dispatch an HTTP request to a controller/action.
Convenience method, passthru to Zend_Controller_Dispatcher::getControllerDirectory()
Retrieve the default action (unformatted string)
Retrieve the default controller (unformatted string)
Return the dispatcher object.
Retrieve action controller instantiation parameters
Return the request object.
Return the response object.
Convenience method, passthru to Zend_Controller_Dispatcher::setControllerDirectory()
Set the default action (unformatted string)
Set the default controller (unformatted string)
Set the dispatcher object. The dispatcher is responsible for taking a Zend_Controller_Dispatcher_Token object, instantiating the controller, and call the action method of the controller.
Set parameters to pass to action controller constructors
Set request class/object
Set the request object. The request holds the request environment.
If a class name is provided, it will instantiate it
Set response class/object
Set the response object. The response is a container for action responses and headers. Usage is optional.
If a class name is provided, instantiates a response object.
Set router class/object
Set the router object. The router is responsible for mapping the request to a controller and action.
If a class name is provided, instantiates router with any parameters registered via addParam() or setParams().
Documentation generated on Sun, 29 Oct 2006 21:27:56 -0600 by phpDocumentor 1.3.0RC6