News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
View Helpers in Zend Framework
April 29, 2008 @ 14:38:27

The Zend Developer Zone has posted a new tutorial (from Matthew Weier O'Phinney) about a handy feature of the Zend Framework's view layer - view helpers that can be added in and reused across an application to do some pretty cool stuff.

A View Helper is simply a class that follows particular naming conventions, When attached to a view object, you can call the helper as if it were a method of the view object itself. The View object retains helper instances, which means that they retain states between calls.

View helpers can be use to do things like manipulate view data for more complex operations and carrying over data between two views, limiting the number of fetches that have to be done. He shows how to create a simple helper - My_Helper_FooBar - that just appends "fooBar " to whatever's passed in. He also talks about some of the default view helpers (like form fields), partials, the doctype() helper, capturing/caching content to be used later and the use of placeholders.

0 comments voice your opinion now!
zendframework view helper form partial doctype capture placeholder


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Results of November's ZF Bug Hunt Days

PHPClasses.org Blog: Locating addresses on Google Maps embedded in PHP generated Web forms

Chris Hartjes' Blog: Creating Usable Forms With Zend Framework

Anthony Wlodarskis Blog: Authentication with Node.js and Zend Framework

Mike Willbanks' Blog: Android C2DM with PHP and Zend Framework


Community Events









Don't see your event here?
Let us know!


api functional interview release tool framework development example composer opinion community introduction code unittest event language podcast testing zendframework2 object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework