xplo.re Medusa Core Framework 3.1
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Event
  • Todo
  • Download

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • Driver
    • Field
    • Filter
      • Driver
    • Formatter
      • Driver
        • coreuimarkup
          • Token
    • Hash
    • Loader
    • Locale
    • Log
      • Driver
    • Module
      • Dependency
        • Requirement
          • Core
          • PHP
      • Linkage
        • Driver
    • PDF
    • Plugin
    • Query
      • Driver
    • Server
      • Driver
    • Session
      • Driver
    • Set
    • Storage
      • Driver
      • Field
        • Element
    • Stream
      • Driver
    • String
    • Translation
      • Driver
      • Language
        • Driver
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Classes

  • files
  • sqlite
  • storage

Class sqlite

SQLite-based session storage using the SQLite PHP save handler extension.

Core\Object implements Core\Chainable
Extended by Core\Set implements Core\Accessor
Extended by Core\Session
Extended by Core\Session\Driver\sqlite
Namespace: Core\Session\Driver
Package: Core\Session
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Session/Driver/sqlite.inc.php

Methods summary

protected
# __construct( Core\URI $uri )

Use auto-create factory to instantiate a session driver instance.

Use auto-create factory to instantiate a session driver instance.

Parameters

$uri
Driver configuration URI.

Since

3.0

Overrides

Core\Session::__construct
protected
# _setParameters( )

Resets the PHP session configuration.

Resets the PHP session configuration.

Since

3.0

Overrides

Core\Session::_setParameters
protected
# _setHandler( )

Resets the PHP session handler information.

Resets the PHP session handler information.

Since

3.0

Methods inherited from Core\Session

__destruct(), activate(), active(), activeInstance(), autocreate(), deactivate(), generateID(), getToken(), id(), name(), parameterID(), purge()

Methods inherited from Core\Set

__get(), __isset()

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.

Sets the path to the SQLite database file. Required parameter.

Since

3.0
# '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

Properties summary

Properties inherited from Core\Session

$_activeSession, $_v_parameters

Magic properties inherited from Core\Session

$parameters

Magic properties inherited from Core\Object

$hash, $uuid

xplo.re Medusa Core Framework 3.1 API documentation generated by ApiGen