剛開始學tp6
執行tp6.io/index/Index/hello()的時候執行結果是tp6.io/index/Index/index的,其他控制器也一樣,例如
tp6.io/index/Index/user也是
程式碼:
<?phpnamespace app\controller;use app\BaseController;use think\facade\Db;use think \facade\Env;class Index extends BaseController{ public function index(){ return 'administrator'; } public function user(){ 199969777 月(Thunction 'usrename); { return 'hello, ' . $name; }}
#