Class sqlite
SQLite-based session storage using the SQLite PHP save handler extension.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Session
- Core\Session\Driver\sqlite
Package: Core\Session
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Session/Driver/sqlite.inc.php
Methods summary
protected
|
|
protected
|
|
protected
|
Methods inherited from Core\Session
__destruct()
,
activate()
,
active()
,
activeInstance()
,
autocreate()
,
deactivate()
,
generateID()
,
getToken()
,
id()
,
name()
,
parameterID()
,
purge()
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
string |
PathParameter
Sets the path to the SQLite database file. Required parameter. |
#
'path'
|
Constants inherited from Core\Session
CookieDomainParameter
,
CookieHTTPRestriction
,
CookieLifetimeParameter
,
CookieParameter
,
CookiePathParameter
,
CookieSecurity
,
GcLifetimeParameter
,
GcProbabilityParameter
,
IPSecurityParameter
,
LifetimeParameter
,
NameParameter
,
RefererCheckParameter
,
RequireCookie
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType