美文网首页
程序日记2018-04-27

程序日记2018-04-27

作者: Purson | 来源:发表于2018-06-20 07:17 被阅读0次

    thinkcmf更改步骤:

    1、更新后台菜单,先在各个功能模块Controller注释更改内容(app/portal/controller),然后登录点击 image.png ;

    2、后台添加类似文章结构的学生模块:
    (1)首先在mysql插入表结构包括 portal_category 类别表 、portal_category_post类别和文章对应表、portal_post 文章表等 然后根据需要字段插入表格。

    (2)app/portal/controller 更改每个controller内容和相应的主题文件字段

    (3)插入分类导致全局导航出问题是因为没有在app/portal/url.php 增加相应类别导航 image.png

    相关文章

      网友评论

          本文标题:程序日记2018-04-27

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