JTableUser
Description
Users table
Located in /joomla/database/table/user.php (line 25)
JObject (Subpackage Base)
![]()
JTable
![]()
JTableUser (Subpackage Table)
Variable Summary
Method Summary

Variables

Description

Description

The email

The group id number

Unique id

Description

The users real name (or nickname)

Description

MD5 encrypted password

Description

Description

The login name

Description
Inherited Variables
Inherited from JTable
JTable::$_db
JTable::$_error
JTable::$_errorNum
JTable::$_tbl
JTable::$_tbl_key
Methods
JTableUser
__construct
(database &$db)
- database &$db: A database connector object
Redefinition of:
- JTable::__construct()
- Object constructor to set table and key field
Overloaded bind function
null|string
bind
( $array, [ $ignore = ''], array $hash)
- array $hash: named array
- $array
- $ignore
Redefinition of:
- JTable::bind()
- Binds a named array/hash to this object
Gets the users from a group
array
getUserListFromGroup
(string $value, string $name, [string $recurse = 'NO_RECURSE'], [string $order = 'name'])
- string $value: The value for the group (not used 1.0)
- string $name: The name for the group
- string $recurse: If RECURSE, will drill into child groups
- string $order: Ordering for the list
Updates last visit time of user
boolean
setLastVisit
([int $timeStamp = null], [ $id = null])
- int $timeStamp: The timestamp, defaults to 'now'
- $id
void
store
([ $updateNulls = false])
- $updateNulls
Redefinition of:
- JTable::store()
- Inserts a new row if id is zero or updates an existing row in the database table
Inherited Methods
Inherited From JTable
JTable::__construct()
JTable::addIncludePath()
JTable::bind()
JTable::canDelete()
JTable::check()
JTable::checkin()
JTable::checkout()
JTable::delete()
JTable::getDBO()
JTable::getError()
JTable::getErrorNum()
JTable::getInstance()
JTable::getKeyName()
JTable::getNextOrder()
JTable::getTableName()
JTable::hit()
JTable::isCheckedOut()
JTable::load()
JTable::move()
JTable::publish()
JTable::reorder()
JTable::reset()
JTable::save()
JTable::setDBO()
JTable::setError()
JTable::setErrorNum()
JTable::store()
JTable::toXML()
Inherited From JObject
JObject::JObject()
JObject::__construct()
JObject::get()
JObject::getPublicProperties()
JObject::set()
JObject::toString()
Documentation generated on Mon, 05 Mar 2007 21:30:35 +0000 by phpDocumentor 1.3.1