我当前开启了主题模式,默认是default,我在common/view/default/ba
se下建了一个base.html 的公共继承模板,然后在其他模块中使用
<extend name="base/common" />继承,可是我用trace查看错误如下,
[2] file_get_contents(./Application/Home/View/default/base/common.html) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory D:\bd\ThinkPHP\Library\Think\Template.class.php 第 696 行.
请问如何解决