获取配置文件路径
string Core_Config::get_config_cache_file( string $project [, string $type = empty ] )
参数列表
参数 类型 描述 默认值 $project
string
$project $type
string
$type empty
string
protected function get_config_cache_file($project, $type = '')
{
return DIR_DATA .'extends_config'. $project. ($type?'.'.$type:'') .'.txt';
}