Zend Framework
1.12
|
Public Member Functions | |
partialLoop ($name=null, $module=null, $model=null) | |
Renders a template fragment within a variable scope distinct from the calling View object. | |
![]() | |
partial ($name=null, $module=null, $model=null) | |
Renders a template fragment within a variable scope distinct from the calling View object. | |
cloneView () | |
Clone the current View. | |
setObjectKey ($key) | |
Set object key. | |
getObjectKey () | |
Retrieve object key. | |
![]() | |
setView (Zend_View_Interface $view) | |
Set the View object. | |
direct () | |
Strategy pattern: currently unutilized. | |
Protected Attributes | |
$partialCounter = 0 | |
![]() | |
$_objectKey | |
Additional Inherited Members | |
![]() | |
$view = null | |
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.
string | $name | Name of view script |
string | array | $module | If $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 | $model | Variables to populate in the view |
|
protected |