Does the Zend Framework have a standard input validator that I want to be just numbers? His age field is in my registration form, so I obviously only want numbers.
Something like addValidator ('NumbersOnly');
thank
You can use the validation class
addValidator('Digits')