smarty display页面跳转
新建了一个文件夹indlu,inclu文件夹中新建dwt文件夹存放htm页面indlu目录下存放php文件如何调用htm???display用法...
新建了一个文件夹 indlu ,inclu文件夹中新建dwt文件夹 存放htm页面
indlu目录下存放php文件 如何调用htm??? display用法 展开
indlu目录下存放php文件 如何调用htm??? display用法 展开
2个回答
展开全部
http://www.php100.com/manual/smarty3/api.display.html
这是smarty3的display用法!
想要显示一个静态的html和一个模板是一样的。
<?php
include('smarty.class.php');
$smarty=new smarty;
$smarty->display('./dwt/test.html');
?>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询