THINKPHP5.1与THINKPHP5.0之间模板替换字符串的区别

thinkphp5.0的模板替换字符串:view_replace_str
是写在appliction/模块/config.php
THINKPHP5.1与THINKPHP5.0之间模板替换字符串的区别
thinkphp5.1的模板替换字符串更改了变成:tpl_replace_string
这是写在config/template.php
THINKPHP5.1与THINKPHP5.0之间模板替换字符串的区别
其中你要替换的路径无需再写public/static/xxx/css…
刚下载thinkphp5.1时用的一脸懵逼的样子,而且还有一个地方是我遇到的问题之前我把view/的文件都写成了.php后缀,然后我一直以为是我的模板替换无法生效,但后来发现是我的config/template.php,看一下最后一张图就可以明白了,希望可以帮到大家。
THINKPHP5.1与THINKPHP5.0之间模板替换字符串的区别

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2022-02-27
  • 2022-01-07
  • 2022-02-09
  • 2021-07-30
猜你喜欢
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案