API17

JTableSession: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m moving preparation
Line 14: Line 14:
|-
|-
|public  
|public  
|[[JTableSession::__construct/11.1|__construct]]
|[[API17:JTableSession::__construct|__construct]]
|Constructor.  
|Constructor.  
|-
|-
|public  
|public  
|[[JTableSession::delete/11.1|delete]]
|[[API17:JTableSession::delete|delete]]
|Overloaded delete method.  
|Overloaded delete method.  
|-
|-
|public  
|public  
|[[JTableSession::destroy/11.1|destroy]]
|[[API17:JTableSession::destroy|destroy]]
|Destroys the pesisting session.  
|Destroys the pesisting session.  
|-
|-
|public  
|public  
|[[JTableSession::exists/11.1|exists]]
|[[API17:JTableSession::exists|exists]]
|Find out if a user has a one or more active sessions.  
|Find out if a user has a one or more active sessions.  
|-
|-
|public  
|public  
|[[JTableSession::insert/11.1|insert]]
|[[API17:JTableSession::insert|insert]]
|
|
|-
|-
|public  
|public  
|[[JTableSession::purge/11.1|purge]]
|[[API17:JTableSession::purge|purge]]
|Purge old sessions.  
|Purge old sessions.  
|-
|-
|public  
|public  
|[[JTableSession::update/11.1|update]]
|[[API17:JTableSession::update|update]]
|
|
|-
|-
|}
|}
* '''Defined in''' libraries/joomla/database/table/session.php
* '''Defined in''' libraries/joomla/database/table/session.php
* '''Extends''' [[JTable/11.1|JTable]]
* '''Extends''' [[API17:JTable|JTable]]
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.database.table.session' );</source>
<source lang="php">jimport( 'joomla.database.table.session' );</source>
===See also===
===See also===
* {{JVer|11.1}} '''JTableSession source code''' on [[jplatform:database/table/session.php|BitBucket]]
* {{JVer|11.1}} '''JTableSession source code''' on [[jplatform:database/table/session.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[JTableSession|Other versions of JTableSession]]
* [[API17:JTableSession|Other versions of JTableSession]]
{{SeeAlso:JTableSession}}
{{SeeAlso:JTableSession}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 02:42, 12 May 2013

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 />