How do configure Zend_Form to use array notation?
问题 I'm having difficulty configuring Zend_Form. I have a Zend_Form sub-class. The form has some required information and some additional information. I want the additional information to be accessible via an array. The submitted data will look something like this: $formData['required1'] $formData['required2'] $formData['addiotnalData']['aData1'] $formData['addiotnalData']['aData2'] I've Googled this and tried all the suggestions I've found (using subForms and setting the Zend_Form::setIsArray(