API17

JTableSession: Difference between revisions

From Joomla! Documentation

m moving preparation
m clean up
Line 2: Line 2:
=={{JVer|11.1}} JTableSession==
=={{JVer|11.1}} JTableSession==
===Description===
===Description===
{{Description:JTableSession}}
{{subst:Description:JTableSession}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JTableSession|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Methods===
===Methods===
{| class="wikitable sortable"
{| class="wikitable sortable"
Line 50: Line 48:
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[API17:JTableSession|Other versions of JTableSession]]
* [[API17:JTableSession|Other versions of JTableSession]]
{{SeeAlso:JTableSession}}
{{subst:SeeAlso:JTableSession}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JTableSession|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 16:16, 24 March 2017

Joomla 11.1 JTableSession

Description

{{subst:Description:JTableSession}}

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

{{subst:SeeAlso:JTableSession}}

User contributed notes

<CodeExamplesForm />