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

Raphael Stolt's Blog: Creating Zend Framework snippets for TextMate

Rob Allen's Blog: Zend Framework Tutorial for ZF v0.8

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

Kevin Schroeder's Blog: Amazon SQS and Zend Framework

Jonathan Street's Blog: Plugins for php frameworks


Community Events









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


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

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