API17

API17:JTableSession

From Joomla! Documentation

Revision as of 20:58, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton] Template:Description:JTableSession

Defined in

libraries/joomla/database/table/session.php

Subpackage

Database

Extends

JTable

Extended by

Methods

Method name Description
__construct Constructor.
delete Overloaded delete method.
destroy Destroys the pesisting session.
exists Find out if a user has a one or more active sessions.
insert
purge Purge old sessions.
update

Importing

jimport( 'joomla.database.table.session' );

See also

Template:SeeAlso:JTableSession [Edit See Also]

Examples

<CodeExamplesForm />