Exemplo n.º 1
0
 function __construct($name = null, $data = [], $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->wrapper =& PhuGlobal::$redisWrapper;
     $this->handler = 'Alo\\Session\\RedisSession';
     $this->prefix = defined('ALO_SESSION_REDIS_PREFIX') ? ALO_SESSION_REDIS_PREFIX : '';
 }
Exemplo n.º 2
0
 function __construct($name = null, $data = [], $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->wrapper =& PhuGlobal::$mysql;
     $this->handler = 'Alo\\Db\\MySQL';
 }