码迷,mamicode.com
首页 > 其他好文 > 详细

自动定位控制器

时间:2020-05-08 09:23:46      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:code   serve   直接   key   containe   ati   span   访问   contain   

namespace app\index\controller\one;

use think\Controller;

class Blog extends Controller
{
    public function index()
    {
        return $this->fetch();
    }
    
    public function add()
    {
        return $this->fetch();
    }
    
    public function edit($id)
    {
        return $this->fetch(‘edit:‘.$id);
    }
}

我们就可以直接访问下面的URL地址了:

http://serverName/index.php/index/one/Blog

自动定位控制器

标签:code   serve   直接   key   containe   ati   span   访问   contain   

原文地址:https://www.cnblogs.com/mmore123/p/12848350.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!