Users table
Located in /libraries/joomla/database/table/user.php (line 21)
JObject | --JTable | --JTableUser
Associative array of user names => group ids
Inherited from JTable
JTable::$_db
JTable::$_locked
JTable::$_rules
JTable::$_tbl
JTable::$_tbl_key
JTable::$_trackAssets
Inherited from JObject
JObject::$_errors
Constructor
Method to bind the user, user groups, and any other necessary data.
Validation and filtering
Method to delete a user, user groups, and any other necessary data from the database.
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.
Updates last visit time of user
Method to store a row in the database from the JTable instance properties.
If a primary key value is set the row with that primary key value will be updated with the instance property values. If no primary key value is set a new row will be inserted into the database with the properties from the JTable instance.
Inherited From JTable
JTable::__construct()
JTable::addIncludePath()
JTable::bind()
JTable::canDelete()
JTable::check()
JTable::checkIn()
JTable::checkOut()
JTable::delete()
JTable::getDbo()
JTable::getFields()
JTable::getInstance()
JTable::getKeyName()
JTable::getNextOrder()
JTable::getRules()
JTable::getTableName()
JTable::hit()
JTable::isCheckedOut()
JTable::load()
JTable::move()
JTable::publish()
JTable::reorder()
JTable::reset()
JTable::save()
JTable::setDBO()
JTable::setRules()
JTable::store()
JTable::toXML()
JTable::_getAssetName()
JTable::_getAssetParentId()
JTable::_getAssetTitle()
JTable::_lock()
JTable::_unlock()
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()
Documentation generated on Mon, 25 Jun 2012 14:00:25 -0500 by phpDocumentor 1.4.4