ZF-3307: Missing Doc Functionality of View Helper Partial and Partial Loop
Description
If you go look at the documentation for Zend_View_Helper_Partial (http://framework.zend.com/manual/en/…) you will notice it's missing how to use the helper when you have an object array with methods you want to access.
Ex :
$this->partialLoop()->setObjectKey('object')->partialLoop('_loop.phtml', $this->myobject);
Comments
Posted by Wil Sinclair (wil) on 2008-06-09T12:34:50.000+0000
Jon, is this something you can cover yourself?
Posted by Jon Whitcraft (sidhighwind) on 2008-06-09T15:26:25.000+0000
Sure is WIl, I will tackle this by End of Week.
Posted by Jon Whitcraft (sidhighwind) on 2008-08-21T10:04:02.000+0000
Here is my first version of the updated documentation. Please let me know if you want any changes made.
Posted by Jon Whitcraft (sidhighwind) on 2008-09-26T07:31:44.000+0000
This was fixed by Matthew on the revision #10279
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:01.000+0000
Changing issues in preparation for the 1.7.0 release.