예제 #1
0
 public function __construct()
 {
     parent::__construct('game', 'game');
     /*
     ini_set('default_socket_timeout', -1);
     $redis = $this->redis();
     $redis->set_timeout(0);
     */
 }
예제 #2
0
파일: Table.php 프로젝트: bluefan/phpsource
 public function __construct()
 {
     parent::__construct('log');
 }