API16

API16:JModelForm

From Joomla! Documentation

Revision as of 01:55, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Defined in

libraries/joomla/application/component/modelform.php

Methods

Method name Description
checkout Method to check-out a row for editing.
checkin Method to checkin a row.
getForm Method to get a form object.
validate Method to validate the form data.

Importing

jimport( 'joomla.application.component.modelform' );



Examples

Code Examples