コード例 #1
0
ファイル: Redis.php プロジェクト: chao666/share
 public function __construct()
 {
     $this->obj = Template::GetInstance();
     //$this -> redis = new Predis\Client();//连接redis
 }
コード例 #2
0
ファイル: Application.php プロジェクト: chao666/share
 public function __construct()
 {
     $this->obj = Template::GetInstance();
 }