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
string
$activation
= null (line 109)
Description
int
$block
= null (line 74)
Description
string
$email
= null (line 53)
The email
int
$gid
= null (line 88)
The group id number
int
$id
= null (line 32)
Unique id
datetime
$lastvisitDate
= null (line 102)
Description
string
$name
= null (line 39)
The users real name (or nickname)
string
$params
= null (line 116)
Description
string
$password
= null (line 60)
MD5 encrypted password
datetime
$registerDate
= null (line 95)
Description
int
$sendEmail
= null (line 81)
Description
string
$username
= null (line 46)
The login name
string
$usertype
= null (line 67)
Description
Inherited Variables
Inherited from JTable
JTable::$_db
JTable::$_tbl
JTable::$_tbl_key
Inherited from JObject
JObject::$_errors
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
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::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::store()
JTable::toXML()
Inherited From JObject
JObject::JObject()
JObject::__construct()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::getPublicProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
Documentation generated on Tue, 29 Jan 2008 19:32:48 +0000 by phpDocumentor 1.3.1



