News Feed
Jobs Feed
Sections




News Archive
AjaxRay.com:
Extending Zend Form Element to create customized Phone number field
September 02, 2010 @ 08:05:06

On the AjaxRay.com site today there's a new tutorial for the Zend Framework users out there with a library they can use to extend Zend_Form for custom phone number fields.

When taking Phone number as user input, we can worn users about phone number format by setting a hint/description and can validate using Regular Expression. [...] Now, if we try provide this feature in Zend Form, that's possible. We can create three individual Zend_Form_Element_Text objects and join there value together to make the phone number. But, in this case, validating them together is a hassle.

Instead of separate fields, the library they create makes it simple to handle them as a whole field. It works as a helper for Zend_Form and lets you set things like the separator between the text fields, a "format" string and a validator to apply to their fields (in the example code, it's the "digits" validator). Sample code is included to show you how it fits in your form.

0 comments voice your opinion now!
zendform extend phone number custom field tutorial


blog comments powered by Disqus

Similar Posts

Kevin Schroeder's Blog: ZF2 Dependency Injection: Managing Configuration - Part 1

PHPBuilder.com: Installing Apache and PHP under Win32

Ilia Kantor's Blog: Pluggable/Tunable Template Benchmark

Andreas Gohr's Blog: Understanding PHP code better with Xdebug

Chris Shiflett's Blog: PHP Tidbits


Community Events









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


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

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