API17:JTableUser::load
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JTableUser::load
Description
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.
Description:JTableUser::load [Edit Descripton]
Since
Synopsis
public JTableUser::load ($userId=null, $reset=true)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $userId | integer | null | An optional user id. |
| $reset | true |
Returns
boolean True on success, false on failure.
Defined in
libraries/joomla/database/table/user.php (line 52)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
