zend-form-sub-form Questions
4
Solved
I want to use a view script to render my zend form as it seems to be the best way to
control the layout/design of the form while still using the Zend_Elements classes.
From the view script, I ren...
Abnaki asked 28/9, 2011 at 21:7
2
Solved
I'want to render:
<input type="text" value="" name="foo[]" />
<input type="text" value="" name="bar[]" />
but Zend_Form_Element require a (string) name, so I need to do:
$this->a...
Widera asked 28/10, 2009 at 17:13
2
Solved
i have 4 subforms in a form i would like to group 2 of them together, and then apply some decorators to them.
here is what i have so far. w/in each subform i already have some display groups prese...
Henghold asked 23/2, 2011 at 20:39
1
© 2022 - 2024 — McMap. All rights reserved.