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