Thinkphp5创建控制器

今天我们就来创建一个控制器;

1 <?php
2 namespace appindexcontroller;
3 use thinkController;
4 
5 class Test extends Controller{
6     public function test()
7     {
8    }
原文地址:https://www.cnblogs.com/qq597585136/p/7056162.html