返回 开始学习框架开...... 登陆

开始学习框架开发实战

意外 2019-05-28 18:49:14 135
<?php
namespace app\admin\controller;

use think\Controller;

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

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


}


最新手记推荐

• 用composer安装thinkphp框架的步骤 • 省市区接口说明 • 用thinkphp,后台新增栏目 • 管理员添加编辑删除 • 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消 回复 发送
  • PHP中文网