• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

PHP之ThinkPHP模板标签操作

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

Action    :

$User=M("user");
     $list=$User->select();
     $this->assign("list",$list);
     $this->assign("index",1);
     $this->display();

 

前台模板标签

<h1>volist</h1>

<table>
<tr>
  <td>ID</td><td>UserName</td><td>Sex</td><td>Age</td>
</tr>
<volist name="list" ]}</td>
</tr>
</volist>
</table>


<hr>

<h1>foreach</h1>
<table>
<tr>
  <td>ID</td><td>UserName</td><td>Sex</td><td>Age</td>
</tr>
<foreach name="list" item="item">
<tr>
  <td>{$item["id"]}</td><td>{$item["username"]}</td><td>{$item["sex"]}</td><td>{$item["age"]}</td>
</tr>
</foreach>
</table>


<h1>switch</h1>
<switch name="index">
  <case value="1" >1</case>
  <case value="0">0</case>
</switch>


<h1>if</h1>
<if condition="$index==1">1
 <elseif condition="$index==2"/>2
  <else/>0
</if>

 


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap