开始学习框架开发实战

原创 2019-05-28 18:49:14 220
摘要:<?php namespace app\admin\controller; use think\Controller; class Index extends Controller {     //后天页面首页面     public functio
<?php
namespace app\admin\controller;

use think\Controller;

class Index extends Controller
{
    //后天页面首页面
    public function index(){
        return $this->fetch();
    }

    //
     public function welcome(){
        return $this->fetch();
    }


}


批改老师:查无此人批改时间:2019-05-29 13:15:10
老师总结:完成的不错。php的框架多学几款,对以后工作有帮助。继续加油

发布手记

热门词条