问答详情
源自:2-5 惯例配置

再推荐一种获取所有配置项的方法

再推荐一种获取所有配置项的方法:

<?php namespace app\index\controller; user think\Config; class Index { //获取所有配置项 public function getConf(){   return dump(Config::get()); } }


提问者:小白不是兔 2017-05-11 10:57

个回答

  • 慕无忌7344451
    2017-05-11 13:36:28
    已采纳

    dump(config());

  • 南方姑娘12138
    2018-09-07 14:26:51

    使用助手函数报错怎么办?