예제 #1
0
파일: Memcached.php 프로젝트: liyu9092/zphp
 public function __construct($config)
 {
     $this->memcached = Manager\Memcached::getInstance($config);
 }
예제 #2
0
파일: TT.php 프로젝트: xifat/zphp
 public function setSlave($config)
 {
     if (empty($this->stt)) {
         $this->stt = Manager\Memcached::getInstance($config);
     }
 }