define('ROOT', str_replace('\\', '/', dirname(realpath(__FILE__))));
require_once ROOT.'/'.$class.'.php';
require_once ROOT.'/'.$class.'.php';
2016-09-17
return self::$conf[$file][$name]; 应该是这个样子的吧? 怎么会是return self::$conf[$name];呢?也不知道是怎么成功的
2016-09-17