Zend_Form using subforms getValues() problem

前端 未结 4 1906
[愿得一人]
[愿得一人] 2021-01-27 01:56

I am building a form in Zend Framework 1.9 using subforms as well as Zend_JQuery being enabled on those forms. The form itself is fine and all the error checking etc is working

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-27 02:46

    I recently ran into this problem. It seems to me that getValues is using array_merge, instead of array_merge_recursive, which does render to correct results. I submitted a bug report, but have not gotten any feedback on it yet. I submitted a bug report (http://framework.zend.com/issues/browse/ZF-8078). Perhaps you want to vote on it?

提交回复
热议问题