Front controller instance
$_helper - Helper Broker to assist in routing help requests to the proper object
Array of arguments provided to the constructor, minus the $_request.
HTTP status code for redirects
Whether or not calls to _redirect() should exit script execution
Whether or not _redirect() should attempt to prepend the base URL to the
Zend_Controller_Request_Abstract object wrapping the request environment
Zend_Controller_Response_Abstract object wrapping the response
Validate HTTP status redirect code
Forward to another controller/action.
Return all parameters in the $_request as an associative array.
Gets a parameter from the $_request. If the parameter does not exist, NULL will be returned.
Determine whether a given parameter exists in the $_request.
Set a parameter in the $_request.
Proxy for undefined methods. Default behavior is to throw an exception on undefined methods, however this function can be overridden to implement magic (dynamic) actions, or provide run-time dispatching.
$_actionController - ActionController reference
HTTP status code for redirects
Whether or not calls to _redirect() should exit script execution
$_messageAdded - Wether a message has been previously added
$_messages - Messages from previous request
$_namespace - Instance namespace, default is 'default'
$_paths - paths to Action_Helpers
Whether or not _redirect() should attempt to prepend the base URL to the
$_session - Zend_Session storage object
Validate HTTP status redirect code
__construct() - Instance constructor, needed to get iterators, etc