示例#1
0
文件: Redis.php 项目: chao666/share
 public function __construct()
 {
     $this->obj = Template::GetInstance();
     //$this -> redis = new Predis\Client();//连接redis
 }
示例#2
0
 public function __construct()
 {
     $this->obj = Template::GetInstance();
 }