コード例 #1
0
ファイル: MyRedis.class.php プロジェクト: lughong/test
 protected function getConfig()
 {
     //配置
     if (!self::$config) {
         self::$config = (include REDIS_PATH . "config/config.php");
     }
 }