Home
last modified time | relevance | path

Searched refs:sessions_ref (Results 1 – 8 of 8) sorted by relevance

/dports/databases/dalmp/DALMP-3.1.0/src/DALMP/Sessions/
H A DMySQL.php41 * @param string $sessions_ref global variable to be stored as reference
43 public function __construct(\DALMP\Database $DB, $sessions_ref = 'UID') argument
46 … $this->dalmp_sessions_ref = defined('DALMP_SESSIONS_REF') ? DALMP_SESSIONS_REF : $sessions_ref;
H A DMemcache.php51 * @param string $sessions_ref global variable to be stored as reference
53 public function __construct(\DALMP\Cache\Memcache $cache, $sessions_ref = 'UID') argument
56 … $this->dalmp_sessions_ref = defined('DALMP_SESSIONS_REF') ? DALMP_SESSIONS_REF : $sessions_ref;
H A DSQLite.php34 * @param string $sessions_ref global variable to be stored as reference
37 public function __construct($filename = false, $sessions_ref = 'UID', $encryption_key = false) argument
57 $this->dalmp_sessions_ref = $sessions_ref;
H A DRedis.php51 * @param string $sessions_ref global variable to be stored as reference
53 public function __construct(\DALMP\Cache\Redis $cache, $sessions_ref = 'UID') argument
56 … $this->dalmp_sessions_ref = defined('DALMP_SESSIONS_REF') ? DALMP_SESSIONS_REF : $sessions_ref;
/dports/databases/dalmp/DALMP-3.1.0/docs/sessions/
H A DSQLite.rst13 __construct($filename = false, $sessions_ref = 'UID', $enc_key = false)
16 :$sessions_ref: Name of the global reference, defaults to **UID**.
H A DMemcache.rst13 __construct(\DALMP\Cache\Memcache $cache, $sessions_ref = 'UID')
16 :$sessions_ref: Name of the global reference, defaults to **UID**.
H A DRedis.rst13 __construct(\DALMP\Cache\Redis $cache, $sessions_ref = 'UID')
16 :$sessions_ref: Name of the global reference, defaults to **UID**.
H A DMySQL.rst13 __construct(\DALMP\Database $DB, $sessions_ref = 'UID')
16 :$sessions_ref: Name of the global reference, defaults to **UID**.