JModel::getTable/1.5
From Joomla! Documentation
JModel::getTable
Description
Method to get a table object, load it if necessary.
Description:JModel::getTable [Edit Descripton]
public & function getTable ( $name='' $prefix='Table' $options=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The table name. Optional. | |
| $prefix | string | 'Table' | The class prefix. Optional. |
| $options | array | array() | Configuration array for model. Optional. |
- Returns object The table
- Defined on line 221 of libraries/joomla/application/component/model.php
- Since
See also
-
JModel::getTable on api.joomla.org
-
JModel source code on JoomlaCode
-
Class JModel
-
Subpackage Application
- Other versions of JModel::getTable
SeeAlso:JModel::getTable [Edit See Also]
User contributed notes
<CodeExamplesForm />