Located in /Controller/Action/Helper/Redirector.php (line 34)
Zend_Controller_Action_Helper_Abstract | --Zend_Controller_Action_Helper_Redirector
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
passed URL (if it's a relative URL)
Url to which to redirect
Inherited from Zend_Controller_Action_Helper_Abstract
Zend_Controller_Action_Helper_Abstract::$_actionController
Zend_Controller_Action_Helper_Abstract::$_request
Zend_Controller_Action_Helper_Abstract::$_response
direct(): Perform helper when called as $this->_helper->redirector($action, $controller, $module, $params)
Retrieve HTTP status code to emit on _redirect() call
Retrieve flag for whether or not _redirect() will exit when finished.
Retrieve flag for whether or not _redirect() will prepend the base URL on relative URLs
Retrieve currently set URL for redirect
Perform a redirect to an action/controller/module with params
Perform a redirect to an action/controller/module with params, forcing an immdiate exit
Redirect to a route-based URL
Uses route's assemble method tobuild the URL; route is specified by $name; default route is used if none provided.
Redirect to a route-based URL, and immediately exit
Uses route's assemble method tobuild the URL; route is specified by $name; default route is used if none provided.
Perform a redirect to a url
Set a URL string for a redirect, perform redirect, and immediately exit
exit(): Perform exit for redirector
Retrieve HTTP status code for _redirect() behaviour
Retrieve exit flag for _redirect() behaviour
Set a redirect URL of the form /module/controller/action/params
Build a URL based on a route
Set a redirect URL string
By default, emits a 302 HTTP status header, prepends base URL as defined in request object if url is relative, and halts script execution by calling exit().
$options is an optional associative array that can be used to control redirect behaviour. The available option keys are:
If the exit flag is true (true by default), _redirect() will write and close the current session, if any.
Retrieve 'prepend base' flag for _redirect() behaviour
Validate HTTP status redirect code
Determine if the baseUrl should be prepended, and prepend if necessary
Set redirect in response object
Inherited From Zend_Controller_Action_Helper_Abstract
Zend_Controller_Action_Helper_Abstract::getActionController()
Zend_Controller_Action_Helper_Abstract::getName()
Zend_Controller_Action_Helper_Abstract::getRequest()
Zend_Controller_Action_Helper_Abstract::getResponse()
Zend_Controller_Action_Helper_Abstract::init()
Zend_Controller_Action_Helper_Abstract::postDispatch()
Zend_Controller_Action_Helper_Abstract::preDispatch()
Zend_Controller_Action_Helper_Abstract::setActionController()
Documentation generated on Sun, 27 May 2007 23:27:03 -0700 by phpDocumentor 1.3.2