smarty模版的header里怎么显示数据?
-----------index.php----------------$smarty=newSmarty;$smarty->assign('hello',"hellow...
-----------index.php----------------
$smarty = new Smarty;
$smarty->assign('hello',"hello world");
$smarty->assign('header',"header show list ...."); //header
$smarty->display('index.html');
---------------------------------------
-----------header.html---------------- 在这个html中怎么显示{$header}? 写header.php 试过了。 但是这样还是无法显示 因为用include() 无法打开header.php 所以header.php 中的代码不能运行?
{include file="header.html" title=foo}
{$header}
{include file="footer.html"}
---------------------------------------
-----------index.html----------------
{include file="header.html" title=foo}
{$hello}
{include file="footer.html"}
---------------------------------------
该怎么办? 大家帮我一个忙!!、、、
-----------header.html---------------- 在这个html中怎么显示{$header}? 写header.php 试过了。 但是这样还是无法显示 因为用include() 无法打开header.php 所以header.php 中的代码不能运行?
{$header}
--------------------------------------- 展开
$smarty = new Smarty;
$smarty->assign('hello',"hello world");
$smarty->assign('header',"header show list ...."); //header
$smarty->display('index.html');
---------------------------------------
-----------header.html---------------- 在这个html中怎么显示{$header}? 写header.php 试过了。 但是这样还是无法显示 因为用include() 无法打开header.php 所以header.php 中的代码不能运行?
{include file="header.html" title=foo}
{$header}
{include file="footer.html"}
---------------------------------------
-----------index.html----------------
{include file="header.html" title=foo}
{$hello}
{include file="footer.html"}
---------------------------------------
该怎么办? 大家帮我一个忙!!、、、
-----------header.html---------------- 在这个html中怎么显示{$header}? 写header.php 试过了。 但是这样还是无法显示 因为用include() 无法打开header.php 所以header.php 中的代码不能运行?
{$header}
--------------------------------------- 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询