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]
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
SeeAlso:JControllerForm::getModel [Edit See Also]
User contributed notes
<CodeExamplesForm />
