API17:JControllerForm::getModel
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.
JControllerForm::getModel
Description
Method to get a model object, loading it if required.
Description:JControllerForm::getModel [Edit Descripton]
Since
Synopsis
public JControllerForm::getModel ($name= '', $prefix= '', $config=array('ignore_request'=> true))
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The model name. Optional. | |
| $prefix | string | The class prefix. Optional. | |
| $config | array | array('ignore_request'=> true) | Configuration array for model. Optional. |
Returns
object The model.
Defined in
libraries/joomla/application/component/controllerform.php (line 340)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JControllerForm::getModel
Examples
<CodeExamplesForm />
