BannersModelBanner::getTable
Returns a JTable object, always creating it.
Signature
public function getTable([string
$type = 'Banner',
[string
$prefix = 'BannersTable',
array
$config]] )
Parameters
-
$type
- The table type to instantiate. [optional]
-
$prefix
- A prefix for the table class name. [optional]
-
$config
- Configuration array for model. [optional]
Returns
- JTable
- A database object