Helper for rendering a template fragment in its own variable scope.
Located in /View/Helper/Partial.php (line 34)
Zend_View_Helper_Abstract | --Zend_View_Helper_Partial
Class | Description |
---|---|
![]() |
Helper for rendering a template fragment in its own variable scope; iterates over data provided and renders for each iteration. |
Variable to which object will be assigned
Inherited from Zend_View_Helper_Abstract
Zend_View_Helper_Abstract::$view
Retrieve object key
The objectKey is the variable to which an object in the iterator will be assigned.
Renders a template fragment within a variable scope distinct from the calling View object.
If no arguments are passed, returns the helper instance.
If the $model is an array, it is passed to the view object's assign() method.
If the $model is an object, it first checks to see if the object implements a 'toArray' method; if so, it passes the result of that method to to the view object's assign() method. Otherwise, the result of get_object_vars() is passed.
Set object key
Inherited From Zend_View_Helper_Abstract
Zend_View_Helper_Abstract::direct()
Zend_View_Helper_Abstract::setView()
Documentation generated on Mon, 21 Jun 2010 15:37:39 -0400 by phpDocumentor 1.4.3