PHP--ThinkPHP6.0模板常量的设置
2022-07-28 14:14:58
373
{{single.collect_count}}

PHP–ThinkPHP6.0模板常量的设置

博客说明

文章所涉及的资料来自互联网整理和个人总结,意在于个人学习和经验汇总,如有什么地方侵权,请联系本人删除,谢谢!

说明

ThinkPHP6.0的模板常量改动了很多,需要我们去配置

首先在配置文件中的view.php中,注意没有template.php配置文件了

//视图输出字符串替换内容'tpl_replace_string' => ['__ADMIN__' => '/shop/public/static/admin']

在这里插入图片描述

在html文件中使用就好啦

结果

在这里插入图片描述

ThinkPHP

以及勤劳的自己

回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.user.group_title}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.user.group_title}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}