ZF-10359: Creating Forms Using Zend_Form
Description
In the docs about Creating Forms Using Zend_Form -> Display Groups
at: http://framework.zend.com/manual/1.8/…
It says:
{{While it can be instantiated directly, it is usually best to use Zend_Form's addDisplayGroup() method to do so. This method takes an array of elements as its first argument, and...}}
It then shows an example where an array of element names is passed as the first argument, not element objects.
I think the line should be changed to:
{{While it can be instantiated directly, it is usually best to use Zend_Form's addDisplayGroup() method to do so. This method takes an array of element names as its first argument, and...}}
Comments
Posted by Konr Ness (konrness) on 2010-09-02T22:13:33.000+0000
Patch attached for english
Posted by Matthew Weier O'Phinney (matthew) on 2010-10-26T05:51:27.000+0000
Patch applied to trunk and 1.11 release branch -- thanks!