API17

JTableSession: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
m User contributed notes: bad link repair
Line 65: Line 65:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JTableSession]]</noinclude>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JTableSession]]</noinclude>

Revision as of 19:05, 29 August 2012

Joomla 11.1 JTableSession

Description

Template:Description:JTableSession [Edit Descripton]

Methods

Visibility Method name Description
public __construct Constructor.
public delete Overloaded delete method.
public destroy Destroys the pesisting session.
public exists Find out if a user has a one or more active sessions.
public insert
public purge Purge old sessions.
public update
  • Defined in libraries/joomla/database/table/session.php
  • Extends JTable

Importing

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

See also

Template:SeeAlso:JTableSession [Edit See Also]

User contributed notes

<CodeExamplesForm />