API15:JTableUser
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.
[Edit Descripton] Description:JTableUser
Contents |
Defined in
libraries/joomla/database/table/user.php
Methods
| Method name | Description |
|---|---|
| __construct | |
| check | Validation and filtering |
| store | Inserts a new row if id is zero or updates an existing row in the database table |
| delete | Default delete method |
| setLastVisit | Updates last visit time of user |
| bind | Overloaded bind function |
Importing
jimport( 'joomla.database.table.user' );
[Edit See Also] SeeAlso:JTableUser
Examples
<CodeExamplesForm />
