smarty中,怎么样使用getAll()方法取出来的数据。$sql1 = " 匿名发表 云栖问答 2018-10-18 3 smarty中,怎么样使用getAll()方法取出来的数据。$sql1 = "SELECT user_id,user_price FROM".$ecs->table 当前问题共有如下(1)个解决方案boxti程序里面 $smarty->assign("list",$special_list); 模板里 {foreach item=item from=$list} 用户ID:{$item.user_id} user_price:{$item.user_price} {/foreach} 上一篇:阿里云ecs centos安装的软件怎么使用 下一篇:阿里云平台的ecs云服务器属于哪一类云计算平台
程序里面
$smarty->assign("list",$special_list);
模板里
{foreach item=item from=$list}
用户ID:{$item.user_id}
user_price:{$item.user_price}
{/foreach}