[Zend_View] element index

Package indexes

All elements
a c e f r s v z _
_
top
Method _run
Zend_View::_run() in View.php
Includes the view script in a scope with only public $this variables.
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
Retrieves an assigned variable.
Method __isset
Allows testing with empty() and isset() to work inside templates -- only available on PHP 5.1
Method __set
Directly assigns a variable to the view script.
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.
a
top
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
Assigns variables to the view script via differing strategies.
Page Abstract.php
Abstract.php in Abstract.php
c
top
Variable $cols
The default number of columns for a textarea.
e
top
Method escape
Escapes a value for output in a view script.
Page Exception.php
Exception.php in Exception.php
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 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 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 FormTextarea.php
FormTextarea.php in FormTextarea.php
Page FormText.php
FormText.php in FormText.php
r
top
Method render
Processes a view script and returns the output.
Variable $rows
The default number of rows for a textarea.
s
top
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
Resets the stack of view script paths.
v
top
Page View.php
View.php in View.php
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_Exception
Zend_View_Exception in Exception.php
Exception for Zend_View class.
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_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
a c e f r s v z _