In the Zend Framework is there a standard validator for an input that I want to be numbers only? Its the age field in my registration form so I obviously only want numbers.
Something like addValidator('NumbersOnly');
Thanks
You can use the Digits validator class
addValidator('Digits')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With