JTableUser::load
Method to load a user, user groups, and any other necessary data from the database so that it can be bound to the user object.
Signature
public function load([integer
$userId = null,
[boolean
$reset = true]] )
Parameters
-
$userId
- An optional user id.
-
$reset
- False if row not found or on error
Returns
- boolean
- True on success, false on failure.