MyFooForm Zend_Form { public function init() { $ fullNameOpts = ( '' = > , '' = > 'FULLNAME', 'IsArray' = > , 'validators' = > array (array ('stringLength', false, array (1, 250))) ); $ this- > addElement ('text', 'fullName', $fullNameOpts); // , } }
<dd id="fullName-element"><input type="text" class="inputAccesible" value="" id="fullName"name="fullName[]"></dd>
Element.php, , 512 "isArray".
zend_form, crossValidation , , .
, , , , subForms , , .
Zf 1.10.