API17:JControllerForm::getModel
From Joomla! Documentation
JControllerForm::getModel
Description
Method to get a model object, loading it if required.
public function 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 on line 340 of libraries/joomla/application/component/controllerform.php
- Since

See also
JControllerForm::getModel source code on BitBucket
Class JControllerForm
Subpackage Application- Other versions of JControllerForm::getModel
User contributed notes
Code Examples