开始学习框架开发实战

Original 2019-05-28 18:49:14 160
abstract:<?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();
    }


}


Correcting teacher:查无此人Correction time:2019-05-29 13:15:10
Teacher's summary:完成的不错。php的框架多学几款,对以后工作有帮助。继续加油

Release Notes

Popular Entries