Posted by Thomas Weidner (thomas) on 2008-08-24T12:04:42.000+0000
To mention:
Zend_Locale will get a phone component which allows internationalisation / localisation of phone numbers.
It will also add a validator for these numbers.
There is actually no way how Zend_Validate allows such.
The problem is that in every language / country phone numbers are written slightly differently.
Zend_Locale_Phone (not sure if we name it like this) will add this feature.
For now you can have this implemented when you use the regex validator and let it check your number format until Zend_Locale_Phone is ready.
Posted by Thomas Weidner (thomas) on 2009-07-09T04:41:30.000+0000
Proposal waiting for recommendation from the devteam since 12.06.2009
Posted by Azizur Rahman (prodevstudio) on 2009-09-02T04:38:41.000+0000
Comments
Posted by Thomas Weidner (thomas) on 2008-08-24T12:04:42.000+0000
To mention:
Zend_Locale will get a phone component which allows internationalisation / localisation of phone numbers. It will also add a validator for these numbers.
There is actually no way how Zend_Validate allows such.
The problem is that in every language / country phone numbers are written slightly differently. Zend_Locale_Phone (not sure if we name it like this) will add this feature.
For now you can have this implemented when you use the regex validator and let it check your number format until Zend_Locale_Phone is ready.
Posted by Thomas Weidner (thomas) on 2009-07-09T04:41:30.000+0000
Proposal waiting for recommendation from the devteam since 12.06.2009
Posted by Azizur Rahman (prodevstudio) on 2009-09-02T04:38:41.000+0000
Could this be a duplicate of http://framework.zend.com/wiki/display/…
Posted by Thomas Weidner (thomas) on 2009-09-02T04:57:31.000+0000
No duplicate but identical. Only 2 places where this component is mentioned.
Posted by Thomas Weidner (thomas) on 2009-09-28T11:12:22.000+0000
Closing as "Needs proposal". Note that the related proposal has been accepted for incubator development.