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.
$form->fieldName->clearValidators();
我曾经clearValidators()清除我的 zend 表单的单个字段的所有验证器,并且我想在我的操作执行时清除验证器。但它不起作用。有人可以帮忙吗?
clearValidators()
尝试这个
$form->fieldName->setValidators(array());