smarty模版中的insert函数怎么传数组?
我在数据库中查询到的数据放在数组中,想不被缓存,用insert函数return到页面,但是页面那边怎么遍历显示呢?有没有什么好的办法?...
我在数据库中查询到的数据放在数组中,想不被缓存,用insert函数return到页面,但是页面那边怎么遍历显示呢?有没有什么好的办法?
展开
1个回答
展开全部
php中代码 :
$smarty=new Smarty();
function userlogin($person){
return "亲".$person["name"]."欢迎来到".$person["webname"];
}
$smarty->register_function("userlogin","userlogin",false);
模版中:
{ userlogin name=$person["name"] age=$person["webname"] }
$smarty=new Smarty();
function userlogin($person){
return "亲".$person["name"]."欢迎来到".$person["webname"];
}
$smarty->register_function("userlogin","userlogin",false);
模版中:
{ userlogin name=$person["name"] age=$person["webname"] }
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询