Class Zend_View_Helper_Url

Description

Helper for making easy links and getting urls that depend on the routes and router

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /View/Helper/Url.php (line 34)

Zend_View_Helper_Abstract
   |
   --Zend_View_Helper_Url
Method Summary
 string url ([ $urlOptions = array()], [mixed $name = null], [bool $reset = false], [ $encode = true])
Variables

Inherited Variables

Inherited from Zend_View_Helper_Abstract

Zend_View_Helper_Abstract::$view
Methods
url (line 46)

Generates an url given the name of a route.

  • return: Url for the link href attribute.
  • access: public
string url ([ $urlOptions = array()], [mixed $name = null], [bool $reset = false], [ $encode = true])
  • array $urlOptions: Options passed to the assemble method of the Route object.
  • mixed $name: The name of a Route to use. If null it will use the current Route
  • bool $reset: Whether or not to reset the route defaults with those provided
  • $encode

Inherited Methods

Inherited From Zend_View_Helper_Abstract

 Zend_View_Helper_Abstract::direct()
 Zend_View_Helper_Abstract::setView()

Documentation generated on Mon, 21 Jun 2010 15:50:47 -0400 by phpDocumentor 1.4.3