使用TP模板引擎时,include引用公共文件不生效,好像Template里面的include,block,extend这些都不生效了,在模板里面没有进行编译就直接输出了
加在view.options下
'tpl_begin' => '{', 'tpl_end' => '}',
明白了,谢谢
加在view.options下
明白了,谢谢