Zend_Controller_ActionLocated in /Zend/Controller/Action.php (line 32)
void
run
(Zend_Controller_Dispatcher_Interface $dispatcher, Zend_Controller_Dispatcher_Token $action)
Zend_Controller_Dispatcher_Token
$_action
= null (line 38)
Zend_Controller_Dispatcher_Token object wrapping this controller/action call.
Constructor __construct (line 72)
Class constructor
indexAction (line 66)
Any controller extending Zend_Controller_Action must provide an index() method. The index() method is the default action for the controller when no action is specified.
This only handles a controller which has been called with no action specified in the URI.
For handling nonexistant actions in controllers (bad action part of URI), the controller class must provide a __call() method or an exception will be thrown.
run (line 101)
Initialize the class instance variables and then call the action.
_forward (line 178)
Forward to another controller/action.
It is important to supply the unformatted names, i.e. "article" rather than "ArticleController". The dispatcher will do the appropriate formatting when the Zend_Controller_Dispatcher_Token item is received.
_getAllParams (line 161)
Return all parameters that were passed to the controller as an associative array.
_getParam (line 141)
Gets a parameter that was passed to this controller. If the parameter does not exist, FALSE will be return.
If the parameter does not exist and $default is set, then $default will be returned instead of FALSE.
_redirect (line 189)
Redirect to another URL
__call (line 84)
Proxy for undefined methods. Default behavior is to throw an exception on undefined methods, however this function can be overrided to implement magic (dynamic) actions.
Documentation generated on Tue, 11 Jul 2006 12:16:30 -0500 by phpDocumentor 1.3.0RC6