今天我们就来创建一个控制器;
1 <?php 2 namespace appindexcontroller; 3 use thinkController; 4 5 class Test extends Controller{ 6 public function test() 7 { 8 }