extend模板继承的问题

浏览:1636 发布日期:2015/11/05 分类:求助交流 关键字: extend
我当前开启了主题模式,默认是default,我在common/view/default/base下建了一个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 行.
请问如何解决
最佳答案
评论( 相关
后面还有条评论,点击查看>>