Abstract class for Zend_View to help enforce private constructs.
Located in /Zend/View/Abstract.php (line 34)
Class | Description |
---|---|
![]() |
Concrete class for handling view scripts. |
Callback for escaping.
Stack of executing script file names.
Stack of Zend_View_Filter names to apply as filters.
Instances of helper objects.
Path stack for script, helper, and filter directories.
Assigned variables.
Constructor.
Add one or more filters to the stack in FIFO order.
Adds to the stack of filter paths in LIFO order.
Adds to the stack of helper paths in LIFO order.
Adds to the stack of view script paths in LIFO order.
Assigns variables to the view script via differing strategies.
Zend_View::assign('name', $value) assigns a variable called 'name' with the corresponding $value.
Zend_View::assign($array) assigns the array keys as variable names (with the corresponding array values).
Escapes a value for output in a view script.
Processes a view script and returns the output.
Sets the _escape() callback.
Resets the filter stack.
To clear all filters, use Zend_View::setFilter(null).
Resets the stack of filter paths.
To clear all paths, use Zend_View::setFilterPath(null).
Resets the stack of helper paths.
To clear all paths, use Zend_View::setHelperPath(null).
Resets the stack of view script paths.
To clear all paths, use Zend_View::setScriptPath(null).
Adds paths to the path stack in LIFO order.
Zend_View::_addPath($type, 'dirname') adds one directory to the path stack.
Zend_View::_addPath($type, $array) adds one directory for each array element value.
Applies the filter callback to a buffer.
Loads a helper or filter class.
Finds a view script from the available directories.
Resets the path stack for helpers and filters.
Accesses a helper object from within a script.
Retrieves an assigned variable.
Note that variable names may not be prefixed with '_'.
Allows testing with empty() and isset() to work inside templates -- only available on PHP 5.1
Directly assigns a variable to the view script.
Note that variable names may not be prefixed with '_'.
Documentation generated on Tue, 18 Apr 2006 11:54:37 -0700 by phpDocumentor 1.3.0RC3