News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Rendering Zend_Form decorators individually
April 10, 2009 @ 10:23:44

Matthew Weier O'Phinney has another post in his look at the decorator pattern in Zend Framework applications. This time he takes a step back and shows how to execute them individually.

In the previous installment of this series on Zend_Form decorators, I looked at how you can combine decorators to create complex output. In that write-up, I noted that while you have a ton of flexibility with this approach, it also adds some complexity and overhead. In this article, I will show you how to render decorators individually in order to create custom markup for your form and/or individual elements.

So, instead of registering them with the Zend_Form element, he shows how you can pull out the one decorator (with a getDecorator call) and render it separately. It can be simplified even more with the renderSimpleInput method called on the decorator object. He gives a use case example in defining a form that needs more exact control over the layout.

0 comments voice your opinion now!
zendform zendframework decorator pattern individually tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Using the Digg API with PHP and PEAR

Nefarious Designs Blog: Vagrant Virtualised Dev Environments

Rob Allen's Blog: Unit testing controller actions with Zend_Test_PHPUnit_ControllerTestCase

PHPBuilder.com: PHP and Regular Expressions 101

Tilllate.com Blog: tilllate.com is now all Zend Framework


Community Events











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


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

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