+ -
当前位置:首页 → 问答吧 → 各位大侠帮忙看看吧

各位大侠帮忙看看吧

时间:2010-09-28

来源:互联网

smarty配置$smarty_template_dir ='./templates/';
templates文件夹下的index.html,用$smarty->display('index.html')可以用
但templates文件夹下得show文件夹下的t.html.用$smarty->display('/show/t.html'就会出错
Warning: Smarty error: unable to read resource: "/show/t.html" in F:\web\t.sina\common\Smarty\Smarty.class.php on line 1093

到底是为什么呢?要怎么改进?

作者: kuaiman1   发布时间: 2010-09-28

貌似是不是这个问题

./templates/+/show/t.html

中间多了一个/

或者是其他原因,我只是用了一下下smarty

作者: cxrcool   发布时间: 2010-09-28

相关阅读 更多