Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Zend Framework には、数値のみにしたい入力用の標準バリデーターがありますか? 登録フォームの年齢フィールドなので、明らかに数字だけが必要です。
addValidator('NumbersOnly'); のようなもの
ありがとう
Digits バリデータークラスを使用できます
addValidator('Digits')