JModelForm
From Joomla! Documentation
The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Defined in[edit]
libraries/joomla/application/component/modelform.php
Methods[edit]
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[edit]
jimport( 'joomla.application.component.modelform' );
Examples[edit]
Code Examples[edit]