小白不是兔
2017-05-11 10:57
再推荐一种获取所有配置项的方法:
<?php namespace app\index\controller; user think\Config; class Index { //获取所有配置项 public function getConf(){ return dump(Config::get()); } }
dump(config());
使用助手函数报错怎么办?
快速入门ThinkPHP 5.0--基础篇
58655 学习 · 495 问题
相似问题