JTableSession: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JTableSession== | =={{JVer|11.1}} JTableSession== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 48: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JTableSession | category=JTableSession | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Latest revision as of 03:50, 25 March 2017
JTableSession
Description
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
JTableSession source code on BitBucket
Subpackage Database- Other versions of JTableSession
User contributed notes
Code Examples