On Wed, Aug 21, 2013 at 4:31 PM, Juan Pedro Gonzalez
<[email protected]> wrote:
> Is there an easy way to render form element collections. I need to group some 
> elements of the fieldset in DIVs and haven't found an easy way to do so?

Yes, via the formRow() view helper:

    echo $this->formRow($fieldsetOrForm);

It will use whatever standard markup we have defined in the other
form-related view helpers.


-- 
Matthew Weier O'Phinney
Project Lead            | [email protected]
Zend Framework          | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to