[Zend_View] element index

Package indexes

All elements
a c d e f g h i r s u v z _
_
top
Method _run
Zend_View::_run() in View.php
Includes the view script in a scope with only public $this variables.
Method _run
Use to include the view script in a scope that only allows public members.
Method _script
Finds a view script from the available directories.
Method __call
Accesses a helper object from within a script.
Method __construct
Constructor.
Method __get
Prevent E_NOTICE for nonexistent values
Method __isset
Allows testing with empty() and isset() to work
Method __isset
Allows testing with empty() and isset() to work inside templates.
Method __set
Directly assigns a variable to the view script.
Method __set
Assign a variable to the view
Method __unset
Allows unset() on object properties to work
Method __unset
Allows unset() on object properties to work
Method _build
Builds the actual <option> tag
Method _getInfo
Converts parameter arguments to an element info array.
Method _hidden
Creates a hidden element.
Method _htmlAttribs
Converts an associative array to a string of tag attributes.
Method _declareVar
Set a view variable
a
top
Method addBasePath
Given a base path, add script, helper, and filter paths relative to it
Method addFilter
Add one or more filters to the stack in FIFO order.
Method addFilterPath
Adds to the stack of filter paths in LIFO order.
Method addHelperPath
Adds to the stack of helper paths in LIFO order.
Method addScriptPath
Adds to the stack of view script paths in LIFO order.
Method assign
Assign variables to the view script via differing strategies.
Method assign
Assigns variables to the view script via differing strategies.
Page Abstract.php
Abstract.php in Abstract.php
c
top
Method clearVars
Clear all assigned variables
Method clearVars
Clear all assigned variables
Variable $cols
The default number of columns for a textarea.
d
top
Method declareVars
Declare template vars to set default values and avoid notices when using strictVars
Page DeclareVars.php
DeclareVars.php in DeclareVars.php
e
top
Method escape
Escapes a value for output in a view script.
f
top
Method formButton
Generates a 'button' element.
Method formCheckbox
Generates a 'checkbox' element.
Method formFile
Generates a 'file' element.
Method formHidden
Generates a 'hidden' element.
Method formImage
Generates an 'image' element.
Method formLabel
Generates a 'label' element.
Method formNote
Helper to show a "note" based on a hidden value.
Method formPassword
Generates a 'password' element.
Method formRadio
Generates a set of radio button elements.
Method formReset
Generates a 'reset' button.
Method formSelect
Generates 'select' list of options.
Method formSubmit
Generates a 'submit' button.
Method formText
Generates a 'text' element.
Method formTextarea
Generates a 'textarea' element.
Page FormButton.php
FormButton.php in FormButton.php
Page FormCheckbox.php
FormCheckbox.php in FormCheckbox.php
Page FormElement.php
FormElement.php in FormElement.php
Page FormFile.php
FormFile.php in FormFile.php
Page FormHidden.php
FormHidden.php in FormHidden.php
Page FormImage.php
FormImage.php in FormImage.php
Page FormLabel.php
FormLabel.php in FormLabel.php
Page FormNote.php
FormNote.php in FormNote.php
Page FormPassword.php
FormPassword.php in FormPassword.php
Page FormRadio.php
FormRadio.php in FormRadio.php
Page FormReset.php
FormReset.php in FormReset.php
Page FormSelect.php
FormSelect.php in FormSelect.php
Page FormSubmit.php
FormSubmit.php in FormSubmit.php
Page FormText.php
FormText.php in FormText.php
Page FormTextarea.php
FormTextarea.php in FormTextarea.php
g
top
Method getAllPaths
Return associative array of path types => paths
Method getEncoding
Return current escape encoding
Method getEngine
Return the template engine object, if any
Method getEngine
Return the template engine object
Method getFilter
Get a filter object by name
Method getFilterPath
Get full path to a filter class file specified by $name
Method getFilterPaths
Returns an array of all currently set filter paths
Method getFilters
Return array of all currently active filters
Method getHelper
Get a helper by name
Method getHelperPath
Get full path to a helper class file specified by $name
Method getHelperPaths
Returns an array of all currently set helper paths
Method getHelpers
Get array of all active helpers
Method getScriptPath
Return full path to a view script specified by $name
Method getScriptPaths
Returns an array of all currently set script paths
Method getVars
Return list of all assigned variables
h
top
Method htmlList
Generates a 'List' element.
Page HtmlList.php
HtmlList.php in HtmlList.php
i
top
Method init
Allow custom object initialization when extending Zend_View_Abstract or Zend_View
Page Interface.php
Interface.php in Interface.php
r
top
Method render
Processes a view script and returns the output.
Method render
Processes a view script and returns the output.
Variable $rows
The default number of rows for a textarea.
s
top
Method setBasePath
Given a base path, sets the script, helper, and filter paths relative to it
Method setEncoding
Set encoding to use with htmlentities() and htmlspecialchars()
Method setEscape
Sets the _escape() callback.
Method setFilter
Resets the filter stack.
Method setFilterPath
Resets the stack of filter paths.
Method setHelperPath
Resets the stack of helper paths.
Method setScriptPath
Set the path to find the view script used by render()
Method setScriptPath
Resets the stack of view script paths.
Method strictVars
Enable or disable strict vars
Method setView
Set the view object
Method setView
Set view object
u
top
Method url
Generates an url given the name of a route.
Page Url.php
Url.php in Url.php
v
top
Page View.php
View.php in View.php
Variable $view
Variable $view
The view object that created this helper object.
z
top
Class Zend_View
Zend_View in View.php
Concrete class for handling view scripts.
Class Zend_View_Abstract
Zend_View_Abstract in Abstract.php
Abstract class for Zend_View to help enforce private constructs.
Class Zend_View_Interface
Zend_View_Interface in Interface.php
Interface class for Zend_View compatible template engine implementations
Class Zend_View_Helper_FormButton
Zend_View_Helper_FormButton in FormButton.php
Helper to generate a "button" element
Class Zend_View_Helper_FormCheckbox
Zend_View_Helper_FormCheckbox in FormCheckbox.php
Helper to generate a "checkbox" element
Class Zend_View_Helper_FormElement
Zend_View_Helper_FormElement in FormElement.php
Base helper for form elements. Extend this, don't use it on its own.
Class Zend_View_Helper_FormFile
Helper to generate a "file" element
Class Zend_View_Helper_FormHidden
Zend_View_Helper_FormHidden in FormHidden.php
Helper to generate a "hidden" element
Class Zend_View_Helper_FormImage
Helper to generate an "image" element
Class Zend_View_Helper_FormLabel
Form label helper
Class Zend_View_Helper_FormNote
Helper to show an HTML note
Class Zend_View_Helper_FormPassword
Zend_View_Helper_FormPassword in FormPassword.php
Helper to generate a "password" element
Class Zend_View_Helper_FormRadio
Helper to generate a set of radio button elements
Class Zend_View_Helper_FormReset
Helper to generate a "reset" button
Class Zend_View_Helper_FormSelect
Zend_View_Helper_FormSelect in FormSelect.php
Helper to generate "select" list of options
Class Zend_View_Helper_FormSubmit
Zend_View_Helper_FormSubmit in FormSubmit.php
Helper to generate a "submit" button
Class Zend_View_Helper_FormText
Helper to generate a "text" element
Class Zend_View_Helper_FormTextarea
Zend_View_Helper_FormTextarea in FormTextarea.php
Helper to generate a "textarea" element
Class Zend_View_Helper_HtmlList
Helper for ordered and unordered lists
Class Zend_View_Helper_DeclareVars
Zend_View_Helper_DeclareVars in DeclareVars.php
Helper for declaring default values of template variables
Class Zend_View_Helper_Url
Helper for making easy links and getting urls that depend on the routes and router
a c d e f g h i r s u v z _