News Feed
Jobs Feed
Sections




News Archive
Pádraic Brady's Blog:
Complex Views with the Zend Framework - Part 2 View Helper Pattern
April 21, 2007 @ 12:02:00

In a continuation of his previous blog post about complex pages in a Zend Framework, Pádraic Brady dives a little deeper into the View Helper design pattern he started looking at before.

So what is the problem? Anytime a partial View needs extra data (the View's Model) it needs to push calls to extra Controllers (following the current practice for the framework) in order to get that Model. This involves yet another complete dispatch cycle, with any number of classes, plugins, and operations involved. Yet in most cases this is completely unnecessary - why not just let the View request data from the Model directly?

He talks more about what the Helper is, where it sits, and a simple example - inside a blog application - where a Helper can be used to consume and display a remote RSS feed. He even includes the sample code that can make it all happen.

0 comments voice your opinion now!
designpattern view helper zendframework rss example designpattern view helper zendframework rss example


blog comments powered by Disqus

Similar Posts

DevShed: Building a Web Page Controller for Simulating the Model-View-Controller Schema in PHP

Community News: Zend Framework Security Upgrade (Zend_XmlRpc XXE Issue)

PHPBuilder.com: Using the ADOdb library with Oracle and PHP

Alexander Netkachev's Blog: 404 error with Zend Framework Front Controller

Zend Developer Zone: Mobile Platforms Built On Object-Oriented PHP 5


Community Events











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


phpunit podcast zendframework2 community series language opinion unittest introduction framework application testing example functional interview object development code release tool

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