News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

PHP-GTK Community Site: Accessing geo-nick with Zend Framework (Zend_XmlRpc_Client)

Zend: Zend Framework 0.7.0 Released

Jim Wynia's Blog: Tracking Accomplishments with PHP, Google Calendar and Zend Framework

Paperbagcoder: MVC and PHP

Rob Allen's Blog: ID!=id (Zend Framework Tutorial Updates)


Community Events











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


zend book release conference security example framework job PHP5 cakephp ajax database package mysql developer application PEAR releases zendframework code

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