smarty路径配置?

smarty配置$smarty_template_dir='./templates/';templates文件夹下的index.html,用$smarty->displa... 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

到底是为什么呢?要怎么改进?
展开
 我来答
二爷说事儿
2010-10-02
知道答主
回答量:11
采纳率:0%
帮助的人:3.6万
展开全部
简单的说,模板文件必须放在smarty配置好的文件夹,才能被调用,也就是说,当配置文件是$Smarty->template_dir = "./show";这样时,你的问题就解决了,这是规矩。当然我们也可以通过改变Smarty系统的方法,实现你想要的功能,但这是另一码事儿了
百度网友e82f6d0ed
2010-09-28 · 超过20用户采纳过TA的回答
知道答主
回答量:72
采纳率:0%
帮助的人:65.2万
展开全部
$oSmarty->template_dir = 你想设置的目录."templates";
$oSmarty->compile_dir = 你想设置的目录."templates_c";
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式