Zend_Form int validation..?
Asked Answered
D

1

5

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

Discrepancy answered 1/5, 2012 at 14:52 Comment(0)
K
14

You can use the Digits validator class

addValidator('Digits')
Kragh answered 1/5, 2012 at 15:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.