API16:JTableSession
出典: Joomla! ドキュメンテーション
目次 |
Defined in
libraries/joomla/database/table/session.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor |
| insert | |
| update | |
| destroy | Destroys the pesisting session |
| purge | Purge old sessions |
| exists | Find out if a user has a one or more active sessions |
| delete | Overloaded delete method |
Importing
jimport( 'joomla.database.table.session' );
Examples
<CodeExamplesForm />
自動更新 2012/05/24 13:04:14
