zend_form display group inside foreach
- by Mike
I want to create a display group generated from foreach() clause output. I can't seem to get the syntax correct.
Here's the business logic:
for each category row
find the associated fees
output the category description as a label
and the fees as radio buttons
then create a display group with the fees as the group elements
and the category…