后台首页渲染小结

原创2019-01-13 20:19:4354
摘要:后台首页渲染小结<?phpnamespace app\admin\controller;use think\Controller;class Index extends Controller{    public function index()    {        return $this->fetc

后台首页渲染小结

<?php

namespace app\admin\controller;

use think\Controller;

class Index extends Controller

{

    public function index()1547381844141687.jpg

    {

        return $this->fetch();


    }

    public function welcome()

    {

        return $this->fetch();

    }

}

1547381852710750.jpg

批改老师:天蓬老师批改时间:2019-01-14 10:04:06
老师总结:对于这样的纯渲染,无任何业务逻辑的页面, 用闭包路由, 会更方便些

发布手记

热门词条