API17:JControllerForm::getModel
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JControllerForm::getModel ($name= '', $prefix= '', $config=array('ignore_request'=> true)) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 40: | ||
object The model. | object The model. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/application/component/controllerform.php | + | libraries/joomla/application/component/controllerform.php (line 340) |
| + | * see source code in [[jplatform:application/component/controllerform.php#cl-340|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:09, 23 April 2011
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 />
