再推荐一种获取所有配置项的方法
再推荐一种获取所有配置项的方法:
<?php namespace app\index\controller; user think\Config; class Index { //获取所有配置项 public function getConf(){ return dump(Config::get()); } }
再推荐一种获取所有配置项的方法:
<?php namespace app\index\controller; user think\Config; class Index { //获取所有配置项 public function getConf(){ return dump(Config::get()); } }
2017-05-11
举报