Thinkphp_5 Template Loop Label

Source: Internet
Author: User
Tags key loop

{Volist} {/volist} tag traversal

"Offset begins to traverse the place" "length of the traversal, number of cycles" "MoD with current number of" "" Empty is blank when display "" Key loop Number "
{volist name= "list" id= "vo" offset= "0" length= "3" mod= "2" empty= "no data here" key = ' s '}

<p>{$mod}:{$s}:{$vo .name}</p>

{/volist}

{foreach} {/foreach} tag traversal

{foreach $list as $vo} "The first Way"
<p>{$vo. name}:{$vo .email}</p>
{/foreach}

{foreach name= "list" as item= "Vo"} "Second Way"
<p>{$key}: {$vo. Name}: {$vo .email}</p> "$key array subscript"
{/foreach}

{for} {/for} tag loop

<body>
{for start= "1" end= "step=" 2 "name=" I "}" start is equivalent to $i=1 "" End in A for loop equivalent to $i<10 "" STRP Step Value "in the For Loop" name defaults to I, corresponding to $i "
<p>{$i}</p>
{/for}
</body>

Thinkphp_5 Template Loop Label

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.