CategoriesModelCategory::getTable
Method to get a table object, load it if necessary.
Signature
public function getTable([string
$type = 'Category',
[string
$prefix = 'CategoriesTable',
array
$config]] )
Parameters
-
$type
- The table name. Optional.
-
$prefix
- The class prefix. Optional.
-
$config
- Configuration array for model. Optional.
Returns
- JTable
- A JTable object