Home > php教程 > php手册 > body text

thinkphp循环结构用法实例

WBOY
Release: 2016-06-06 20:16:57
Original
1084 people have browsed it

这篇文章主要介绍了thinkphp循环结构用法,以实例形式讲解了for、volist及foreach的用法,是非常实用的技巧,需要的朋友可以参考下

本文实例讲述了thinkphp循环结构用法。分享给大家供大家参考。具体实现方法如下:

循环结构,在循环输出中变量不用加$符号

实例1.for

复制代码 代码如下:

 
    //lt正序step是步调值加2 / gt倒序输出step是步调值减2 
       
 
     
{$j} abc

实例2.volist

复制代码 代码如下:

//循环多维数组,,v代表当前数组 
    {$v.username}
 


实例3.foreach

复制代码 代码如下:

 
    {$k}-------{$v}
 

希望本文所述对大家的ThinkPHP框架程序设计有所帮助。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!