我不知道在下面的代码中为数字验证写什么:
$row_form = new Zend_Form(array(
'elements' => array(
'fldName' => array(
'type' => 'text',
'options'=> array(
'size'=>'15',
'maxlength' => '8',
),
'validators'=> array(
//Digits Validation
)
),
),
));
PS:我想维护数组表示法