ZF-3133: Zend_View partialLoop should accept objects that implement the toArray() method
Description
You can pass an object to Zend_View_Helper_PartialLoop for the "model" parameter, so long as it is an array or it implements the Iterator interface. You should also be able to pass an object that implements the toArray() method (like you can with the partial helper). You currently cannot.
Comments
Posted by Wil Sinclair (wil) on 2008-04-18T13:16:14.000+0000
Please evaluate and categorize as necessary.
Posted by Matthew Weier O'Phinney (matthew) on 2008-04-22T13:14:30.000+0000
Scheduling for next mini release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-05-02T12:16:39.000+0000
Resolved in trunk and 1.5 release branch