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

Symfony Blog: How to send emails in symfony 1.1

Juan Treminio's Blog: Getting Started with Kohana 3 (series)

ThinkPHP Blog: Practical Testing PHP Applications with Selenium

Content with Style: Custom Zend Form Image Upload Element

The Shadow Fox Network: Create Dynamic URLs With Mod_Rewrite and PHP Functions


Community Events











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


development symfony2 podcast series usergroup database release framework zendframework2 functional unittest language opinion phpunit conference interview rest community testing introduction

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