-- Jack Sleight <[EMAIL PROTECTED]> wrote (on Tuesday, 21 August 2007, 03:42 PM +0100): > 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.
Jack -- that's a great idea. I'm noting it now for inclusion with the Zend_View_Enhanced. Could you provide a sample use case (i.e., how you would use it in your view script)? > 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. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
