News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Creating composite elements
April 14, 2009 @ 10:25:53

Based on an example in a previous blog post (seen here) Matthew Weier O'Phinney wanted to clear a few things up on the "date of birth" element he had mocked up in his Zend_Form example.

In my last post on decorators, I had an example that showed rendering a "date of birth" element [...]. This has prompted some questions about how this element might be represented as a Zend_Form_Element, as well as how a decorator might be written to encapsulate this logic. Fortunately, I'd already planned to tackle those very subjects for this post!

To be able to use the element in its current state the key lies in the setValue method. More correctly in the overriding of the setValue method. He includes an example class that is smart enough to use that custom form element. It has get and set methods for each of the date fields (month/day/year) and the set/getValue methods that can interact using them. He wraps this all up inside a form decorator and creates an instance of the Date element to help create and handle the properties it has.

0 comments voice your opinion now!
create composite element date zendform decorator custom


blog comments powered by Disqus

Similar Posts

Davey Shafik\'s Blog: Zend Framework and Flickr

DevShed: Generating Web Pages with the Flyweight Pattern in PHP 5

Slawek Lukasiewicz's Blog: Throwing Exception with Type Hinting Failed

Content with Style: Custom Zend Form Image Upload Element

Builder.com: Dynamic XML document construction with the PHP DOM


Community Events











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


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

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