ZF-8758: Use renderForm(false) in the example code instead of manually pulling and echoing form metadata
Description
Lines 195-196 of documentation/manual/en/tutorials/form-decorators-individual.xml (6th code listing here), it is much better to use {{$form->renderForm(false)}} instead of pulling each attribute manually. The {{false}} parameter causes the decorator to not render the closing {{}} tag.
Comments
Posted by Thomas Weidner (thomas) on 2010-03-15T11:26:56.000+0000
Assigned correct component
Posted by Frank Brückner (frosch) on 2013-01-18T13:04:25.000+0000
Fixed on trunk (25230) and release-1.12 (25231)
For de, en and fr.