thinkphp5小收获

thinkphp5小收获


thinkphp5小收获


//Controller

public  function  index()
{
    $this->assign('title','资讯列表');
    return $this->fetch();

}

//html

{include file="common/head"/}
<div class="admin-main layui-anim layui-anim-upbit">
    <fieldset class="layui-elem-field layui-field-title">
        <legend>{$title}</legend>
        <!--<legend>资讯列表</legend>-->
    </fieldset>
    <blockquote class="layui-elem-quote">
        <a href="{:url('add')}" class="layui-btn layui-btn-sm">{:lang('add')}资讯</a>
    </blockquote>

相关文章:

  • 2021-06-24
  • 2021-11-11
  • 2021-09-07
  • 2022-03-09
  • 2021-07-06
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案