美文网首页
thinkphp 标签

thinkphp 标签

作者: 小进我是爸爸 | 来源:发表于2020-04-03 16:23 被阅读0次
模板生成url
{:url('sys_add','','')}
查找
$res=Db::table('user')->select();
输出到模板
$this->assign('res',$res);
return $this->fetch();
配置独立调用样式标签
新建webconfig.php
return
    [
        'view_replace_str'       => [
            '/Public'=>'/static',
        ],
    ];


相关文章

网友评论

      本文标题:thinkphp 标签

      本文链接:https://www.haomeiwen.com/subject/wonhphtx.html