API15

API15:JTableUser

From Joomla! Documentation

Revision as of 01:12, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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' );



Examples

Code Examples