JUser::getTable
Method to get the user table object
This function uses a static variable to store the table name of the user table to instantiate. You can call this function statically to set the table name if needed.
Signature
public function getTable([string
$type = null,
[string
$prefix = 'JTable']] )
Parameters
-
$type
- The user table name to be used
-
$prefix
- The user table prefix to be used
Returns
- The user table object