时间:2021-07-01 10:21:17 帮助过:38人阅读
php页面
assign('list',$rows); $smarty -> display('1.html');
模板页面设计
商品id | 商品名称 | 商品logo | 商品描述 |
---|---|---|---|
{$value.brand_id} | {$value.brand_name} | {$value.brand_logo} | {$value.brand_desc} |
{$value.brand_id} | {$value.brand_name} | {$value.brand_logo} | {$value.brand_desc} |