JModelForm: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/application/component/modelform.php | libraries/joomla/application/component/modelform.php | ||
| Line 26: | Line 24: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JModelForm | category=JModelForm | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:55, 25 March 2017
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