JModel:: createTable/1.5
From Joomla! Documentation
JModel::_createTable
Description
Method to load and return a model object.
Description:JModel:: createTable [Edit Descripton]
public & function _createTable ( $name $prefix= 'Table' $config=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the view | |
| $prefix | string | 'Table' | The class prefix. Optional. |
| $config | array() |
- Returns mixed Model object or boolean false if failed
- Defined on line 315 of libraries/joomla/application/component/model.php
- Since
See also
-
JModel::_createTable on api.joomla.org
-
JModel source code on JoomlaCode
-
Class JModel
-
Subpackage Application
- Other versions of JModel::_createTable
SeeAlso:JModel:: createTable [Edit See Also]
User contributed notes
<CodeExamplesForm />