API Documentation

View/Helper/Url.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_View
subpackage
Helper
version
$Id: Url.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_View_Helper_Url

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_View_Helper_Url

Extends from
Zend_View_Helper_Abstract
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_View
subpackage
Helper
Methods
url

Description

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

Methods

url

url( array $urlOptions = array, mixed $name = null, bool $reset = false,  $encode = true ) : string

Generates an url given the name of a route.

Arguments
$urlOptions
array
Options passed to the assemble method of the Route object.
$name
mixed
The name of a Route to use. If null it will use the current Route
$reset
bool
Whether or not to reset the route defaults with those provided
$encode
Output
string
Url for the link href attribute.
Details
visibility
public
final
false
static
false
access
public
Documentation was generated by DocBlox.