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}} | ||
===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}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 16:16, 24 March 2017
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
JTableSession source code on BitBucket
Subpackage Database- Other versions of JTableSession
{{subst:SeeAlso:JTableSession}}
User contributed notes
<CodeExamplesForm />