right_delimiter="}}"; $smarty->assign("main","./templates/a.html"); $sm">
当前位置:Gxlcms > PHP教程 > smarty目录有关问题

smarty目录有关问题

时间:2021-07-01 10:21:17 帮助过:17人阅读

smarty目录问题
require("./Smarty/libs/Smarty.class.php");
$smarty=new Smarty;
$smarty->left_delimiter="{{";
$smarty->right_delimiter="}}";
$smarty->assign("main","./templates/a.html");
$smarty->display("./templates/xx.html");
?>
为什么这里$smarty->assign("main","./templates/a.html")就不可以,
$smarty->assign("main","templates/a.html");?和$smarty->assign("main","a.html");?都可以呢,目录结构是


xx.html






{{include file=$main}}


23





a.html内容

bb

?

以下是目录结构

------解决方案--------------------
smarty 模板?

人气教程排行