News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Complex custom elements in Zend_Form
October 23, 2008 @ 12:09:55

In this new post Jani Hartikainen shows a quick and easy method for creating a custom form element in your Zend Framework application. His example is a custom time element.

The alternatives would be creating custom view helpers to output the custom form elements, and using the viewscript decorator. Creating a custom view helper would also require a custom form element class, and it would be a bit tricky. [...] I think the viewscript approach is the most flexible and simplest to implement, so I chose to go with that.

His example defines a time field made up of three drop down lists, one each for hours, minutes and seconds. Included is the code to make the element (including a regular expression for validation) and the view script to display it.

0 comments voice your opinion now!
zendform zendframework complex custom element time tutorial


blog comments powered by Disqus

Similar Posts

Ben Ramsey's Blog: Supporting PUT & DELETE in the Zend Framework

Matthew Weier O'Phinney's Blog: ZF+Dojo Webinar

Rob Allen's Blog: Exploring Zend_Paginator

Debuggable Blog: Installing PHP5.3 via MacPorts

Oscar Merida's Blog: Using bcrypt to store passwords


Community Events











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


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

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