API16:JModelForm
From Joomla! Documentation
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