Example #1
0
 protected function getConfig()
 {
     //配置
     if (!self::$config) {
         self::$config = (include REDIS_PATH . "config/config.php");
     }
 }