Home  >  Article  >  Backend Development  >  thinkphp循环结构用法实例_PHP

thinkphp循环结构用法实例_PHP

WBOY
WBOYOriginal
2016-05-31 19:27:141019browse

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

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

实例1.for

代码如下:

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

实例2.volist

代码如下:

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


实例3.foreach

代码如下:

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

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

Statement:
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