News Feed
Jobs Feed
Sections




News Archive
Jason Gilmore's Blog:
How I Learned to Stop Worrying and Love Zend_Form
August 22, 2011 @ 13:57:14

On his blog today Jason Gilmore has a quick post about solving one of his frustrations with Zend_Form (a part of the Zend Framework) - the default form decorators.

It is a fantastically productive framework, one which I happen to use almost every single day. There was however one feature which absolutely drove me crazy. The Zend_Form component's uses the dd, dl, and dt elements as the default form markup decorators, meaning that even a simple contact form consisting of name, email, and message fields and a submit button [is marked up with dl, dt and dds]. [...] It goes without saying that the overwhelming majority of developers do not use these elements to mark up their forms, with the sheer number of questions posted to StackOverflow and elsewhere about getting rid of these decorators backing this assertion.

He gives his simple solution to the issue, something better than removing all of the decorators and using setDecorator to replace them - a simple partial view that echos out the fields directly. The trick is to use the setDecorators call with a "ViewScript" option pointing to your partial and setElementDecorators() call to use a "ViewHelper".

0 comments voice your opinion now!
zendform tutorial markup decorator form


blog comments powered by Disqus

Similar Posts

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

DeveloperTutorials.com: PHP and MySql with PayPal

PHPBuilder.com: Create a PHP-based Twitter Client with the PEAR Services_Twitter Package

DevShed: Using Conditional Statements with the Xdebug Extension

Tibo Beijen's Blog: Zend_Form: Building dynamic forms


Community Events











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


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

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