API15:JTableUser
From Joomla! Documentation
{{subst:Description:JTableUser}}
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' );
{{subst:SeeAlso:JTableUser}}
Examples
<CodeExamplesForm />