Skip to content
Eduardo Diaz edited this page Aug 4, 2016 · 3 revisions

The HTML view class FOF30\View\DataView\Form is designed to render data-aware Views that have a FOFForm. The DataController automatically selects this view when your model has a form.

This View class is simply an extension to the Html view class. Everything described in the Html view class still applies here.

The Form class comes with the getRenderedForm() function which returns the HTML rendering of a FOFForm attached to this view.

Clone this wiki locally