Hi there,

How to use the standard validations classes to validate non English text?
for example, let say i want to use the validator class 'Alpha' to see if one
of my form field contains only character. 

$validators = array =>array ('name'=>'Alpha');

I am trying to validate Arabic text here but for some reasons I am always
getting the notAlpha error message. Do I need to create my own validation
class or there is something that we can do in order to get this working?

any help is highly appreciated.
-- 
View this message in context: 
http://www.nabble.com/Non-english-text-validation-question-tp24872441p24872441.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to