Example #1
0
/**
 * 获取配置
 * @param string $cfgName
 */
function C($cfgName)
{
    return Core\Configer::get($cfgName);
}