API16:JControllerForm
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JControllerForm
Contents |
Defined in
libraries/joomla/application/component/controllerform.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| getModel | Method to get a model object, loading it if required. |
| display | This controller does not have a display method. Redirect back to the list view of the component. |
| add | Method to add a new record. |
| edit | Method to edit an existing record. |
| cancel | Method to cancel an edit |
| save | Method to save a record. |
Importing
jimport( 'joomla.application.component.controllerform' );
[Edit See Also] SeeAlso:JControllerForm
Examples
<CodeExamplesForm />
