Hi,
how to validate letters and whitespaces using Zend Framework ?
|
|
|
|
|
|
|
The Zend Framework does have a Zend_Validate_Alpha (as well as an alphanumeric version). Normally it doesn't allow white space, but if you pass a For example:
|
|||
|
|
|
|
i think Zend_Validate_Regex is best for this situation |
|||
|