TP3.1.3框架配置不能改变,配置会从~runtime.php读取
index.php开启debug就不会设置缓存文件了吧?
在index.php中加上:define('APP_DEBUG',True);// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
index.php开启debug就不会设置缓存文件了吧?
在index.php中加上:
define('APP_DEBUG',True);// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false