smarty 流程控制总结

smarty 流程控制总结
1、文件导入
<{include file="admin/pagefooter.htm"}>
2、foreach 应用
<{foreach from=$links item=link}>
 <li><a href="<{$link.href}>"><{$link.text}></a></li>
<{/foreach}>
3、if else 应用
<{if $msg_type==0}>
<img src="images/information.gif" width="32" height="32" border="0" alt="information" />
<{elseif $msg_type eq 1}>
<img src="images/warning.gif" width="32" height="32" border="0" alt="warning" />
<{else}>
<img src="images/confirm.gif" width="32" height="32" border="0" alt="confirm" />
<{/if}>
4、注释
<!-- saved from url=(0053)http://localhost/sqecshop/admin/category.php?act=list -->
5、直接显示
<{$alluser}>
6、section应用
<{section name=nloop loop=$news_data}>
  <tr align="center" bgcolor="<{cycle values="#f1f2f3,#ffffff"}>">
    <td><a href="show<{$news_data[nloop].id}>.htm"><{$news_data[nloop].title}></a></td>
    <td><{$news_data[nloop].add_date|date_format:"%Y-%m-%d"}></td>
    <td><{$news_data[nloop].hits}></td>
  </tr>
<{sectionelse}>
<tr><td colspan="3">对不起,没有任何新闻输入!</td></tr>
<{/section}>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值