Public Member Functions | Protected Attributes

Zend_View_Helper_PartialLoop Class Reference

Inheritance diagram for Zend_View_Helper_PartialLoop:
Zend_View_Helper_Partial Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 partialLoop ($name=null, $module=null, $model=null)

Protected Attributes

 $partialCounter = 0

Detailed Description

Definition at line 35 of file PartialLoop.php.


Member Function Documentation

partialLoop ( name = null,
module = null,
model = null 
)

Renders a template fragment within a variable scope distinct from the calling View object.

If no arguments are provided, returns object instance.

Parameters:
string$nameName of view script
string | array$moduleIf $model is empty, and $module is an array, these are the variables to populate in the view. Otherwise, the module in which the partial resides
array$modelVariables to populate in the view
Returns:
string

Definition at line 58 of file PartialLoop.php.


The documentation for this class was generated from the following file: