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