News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Patterns for Flexible View Handling, Part 2 - Using Decorators
September 05, 2012 @ 11:18:58

PHPMaster.com has posted the second part in their series looking at design patterns in handling views in your framework of choice. In this new article they focus on the decorator pattern, using additional functionality to augment the results from the view being rendered.

It's also feasible to manipulate views in fairly flexible fashion by appealing to the niceties of a few other patterns as well, including the rather underrated Decorators. If you're wondering in what parallel universe Decorators get along with views, in this part I'll be showing how to put them to work side by side in nice orchestration to bring to life yet another view module.

They create a simple example where an HTML element (based on an interface) is rendered - a span tag - with content passed in on creation. They take this same logic and transfer it over to the View handler, making handlers for difference pieces of the content (outer and inner). These decorators are then passed in the data from the view and rendered in order.

0 comments voice your opinion now!
designpattern view handling decorator tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: ZendCon Wrapup

QaFoo.com Blog: Howto write a Rule for PHPMD

Zend Developer Zone: Accepting Credit Card Payments with OXID eShop CE and AlertPay

NetTuts.com: Uploading Files with AJAX

Alexy Kovyrin\'s Blog: Nginx With PHP As FastCGI Howto


Community Events











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


conference opinion object language testing zendframework2 database release podcast interview tool functional community series framework development composer introduction code example

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