JTableSession: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m moving preparation |
||
| Line 14: | Line 14: | ||
|- | |- | ||
|public | |public | ||
|[[JTableSession::__construct | |[[API17:JTableSession::__construct|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
|public | |public | ||
|[[JTableSession::delete | |[[API17:JTableSession::delete|delete]] | ||
|Overloaded delete method. | |Overloaded delete method. | ||
|- | |- | ||
|public | |public | ||
|[[JTableSession::destroy | |[[API17:JTableSession::destroy|destroy]] | ||
|Destroys the pesisting session. | |Destroys the pesisting session. | ||
|- | |- | ||
|public | |public | ||
|[[JTableSession::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 | |[[API17:JTableSession::insert|insert]] | ||
| | | | ||
|- | |- | ||
|public | |public | ||
|[[JTableSession::purge | |[[API17:JTableSession::purge|purge]] | ||
|Purge old sessions. | |Purge old sessions. | ||
|- | |- | ||
|public | |public | ||
|[[JTableSession::update | |[[API17:JTableSession::update|update]] | ||
| | | | ||
|- | |- | ||
|} | |} | ||
* '''Defined in''' libraries/joomla/database/table/session.php | * '''Defined in''' libraries/joomla/database/table/session.php | ||
* '''Extends''' [[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 | * {{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
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
JTableSession source code on BitBucket
Subpackage Database- Other versions of JTableSession
Template:SeeAlso:JTableSession [Edit See Also]
User contributed notes
<CodeExamplesForm />