index控制器的代码

原创 2019-05-09 19:26:39 534
摘要:index控制器的代码 <?php namespace app\admin\controller; use think\Controller; class Index extends Controller {     public function index()  &
index控制器的代码
<?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-10 14:22:12
老师总结:完成的不错,return $this->fetch(); 只是展示页面,要多写点逻辑。继续加油。

发布手记

热门词条

关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号