2
蔭位數:Zend的驗證,使用Zend框架和Zend形式驗證<code>DIGIT</code>這樣的負標誌
$ZV_Digit=new Zend_Validate_Digits();
$credit = new Zend_Form_Element_Text('credit');
$credit->setLabel('current credit');
$credit->setValidators(array($ZV_Digit));
但它不通過負數,並給出了這個錯誤:
'-4000' contains not only digit characters
什麼我現在可以做什麼?