Greetings!

The Action, Partial, and PartialLoop view helpers have now been merged
to core. 

 * Action allows you to dispatch a single controller action and return
   the results into your view script. This can be used to easily create
   widgets for your pages, or a portal-like page.

 * Partial allows you to render view script fragments in their own
   variable scope -- preventing them from trampling over variables in
   your current view script. Additionally, these are ideal candidates
   for re-use in your site.

 * PartialLoop allows you to pass an iterator or array or object items
   over which you wish to loop and render partial view scripts. These
   are useful for datasets you wish to render in a normalized fashion
   (Zend_Db_Table_Rowsets are the primary use case).

All are available in current SVN and will be available in the nightly
snapshots starting tonight.

Many thanks to Padraic Brady for proposing them, and to the various
folks who have tested them and provided feedback over the past few
weeks.

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to