Why am I loading the convention.php configuration file under thinkphp while yours is the configuration file under application?
酱紫
酱紫 2019-05-24 17:13:00
0
1
1287

namespace app\index\controller;

use think\Controller;//引用命名空间

class Index extends Controller

{

public function index(){

dump(\think\config::get());

}

}


酱紫
酱紫

reply all(1)
殘留の回憶

Are you using the same version of TP? .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template