Inherits DataItem.
Definition at line 39 of file php_session.inc.
◆ PHPSession()
PHPSession::PHPSession |
( |
| ) |
|
Definition at line 64 of file php_session.inc.
66 $this->table =
"php_session";
67 $this->primary_key =
"session_id";
69 $this->DataItem(func_get_args());
◆ read()
static PHPSession::read |
( |
|
$id | ) |
|
|
static |
◆ $fields
Initial value:= array("session_id" => Number,
"id" => String,
"data" => Text,
"expires" => Number)
Definition at line 42 of file php_session.inc.
◆ $relations
PHPSession::$relations = array() |
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/session_persistance/datamodel/php_session.inc