假设:
当 $this->display('./项目名/tpl/Home/Index/aaa.html.') 这样的解析模版方式。。
会导致 aaa.html 模版中,使用 <include file="Public:header" />这样的语法失效,<layout name="app-layout" /> 这样的也会失效。。。。。
只有是用全路径
<include file="./tpl............" />这样的写法才支持。
害我只有降级下去。。。。本来我是想尝鲜使用一下 T()这个函数。。。