how to disable inArray validator forms in zend framework2

前端 未结 3 1595
庸人自扰
庸人自扰 2021-01-06 04:44

i use this in my Form:

$this->add(array(     
    \'type\' => \'Zend\\Form\\Element\\Select\',       
    \'name\' => \'county\',
    \'registerInAr         


        
3条回答
  •  轮回少年
    2021-01-06 05:26

    In https://github.com/zendframework/zf2/blob/master/library/Zend/Form/Element/Select.php there is an option $disableInArrayValidator = false; and the corresponding method here

提交回复
热议问题