Zend_View_Helper_PartialHelper 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 | 
|---|---|
						 
						Zend_View_Helper_PartialLoop
					 | 
					Helper for rendering a template fragment in its own variable scope; iterates over data provided and renders for each iteration. | 
											string|Zend_View_Helper_Partial
										partial
											([string $name = null], [string|array $module = null], [array $model = null])
									
		
			string
			$_objectKey
						(line 40)
		
	Variable to which object will be assigned
Inherited from Zend_View_Helper_Abstract
Zend_View_Helper_Abstract::$view
		getObjectKey (line 145)
	Retrieve object key
The objectKey is the variable to which an object in the iterator will be assigned.
		partial (line 64)
	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.
		setObjectKey (line 126)
	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