Although I could easily implement it myself, are there any plans to introduce a Collection helper as well? Basically for lazy people (like me) who want to use the same partial in a loop, i.e. a result set. It would have a similar API to the partial helper, only the second argument would be an array of associative arrays. It just loops through the array, runs the partial helper for each item, and returns the result of all of them.

Matthew Weier O'Phinney wrote:
-- David Koblas <[EMAIL PROTECTED]> wrote
(on Tuesday, 21 August 2007, 07:05 AM -0700):
The only part that requires changes to Zend_View is layouts, which will
likely be done as a separate component that proxies to Zend_View.


--
Jack

Reply via email to