index控制器中的代码

原创 2019-06-08 08:08:33 255
摘要:<?php namespace app\admin\controller; use think\Controller; class Index extends Controller {     public function 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();
    }
    
}
?>

index控制器中的代码

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

发布手记

热门词条