Zend_Controller_Action_Helper_UrlHelper for creating URLs for redirects and other tasks
Located in /Controller/Action/Helper/Url.php (line 38)
Zend_Controller_Action_Helper_Abstract | --Zend_Controller_Action_Helper_Url
string
direct
(string $action, [string $controller = null], [string $module = null], [ $params = null])
string
simple
(string $action, [string $controller = null], [string $module = null], [ $params = null])
string
url
([array $urlOptions = array()], [mixed $name = null], [boolean $reset = false], [boolean $encode = true])
direct (line 113)
Perform helper when called as $this->_helper->url() from an action controller
Proxies to simple()
simple (line 49)
Create URL based on default route
url (line 96)
Assembles a URL based on a given route
This method will typically be used for more complex operations, as it ties into the route objects registered with the router.
Inherited From Zend_Controller_Action_Helper_Abstract
Zend_Controller_Action_Helper_Abstract::getActionController()
Zend_Controller_Action_Helper_Abstract::getFrontController()
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 Mon, 21 Jun 2010 15:50:46 -0400 by phpDocumentor 1.4.3