今天我们就来创建一个控制器;
1 <?php 2 namespace app\index\controller; 3 use think\Controller; 4 5 class Test extends Controller{ 6 public function test() 7 { 8 }
时间: 2024-10-13 02:18:54
今天我们就来创建一个控制器;
1 <?php 2 namespace app\index\controller; 3 use think\Controller; 4 5 class Test extends Controller{ 6 public function test() 7 { 8 }