Smarty the implementation of the Foreach control loop number _php Tutorial

Source: Internet
Author: User
1. You can use {$array | count} to try it.
2.
Copy CodeThe code is as follows:
{foreach from= $variable key=key name=name Iteam=value}
{$variable | @count}//Get array length
{$smarty. Foreach.loop.index}//Gets the current loop array element subscript, starting with 0
{$smarty. Foreach.loop.iteration}//Gets the current number of cycles, starting at 1
{$smarty. Foreach.loop.first}//Is true when the tag loop executes for the first time
{$smarty. Foreach.loop.last}//Is true when the tag loop is last executed
{$smarty. Foreach.name.last}//Is true when the tag loop is last executed
{$smarty. Foreach.loop.show}//is currently displayed
{$smarty. Foreach.loop.total}//Number of cycles
{/foreach}

3. Control cycle Times
Copy CodeThe code is as follows:
{foreach name=infolist from= $VIDEO _info_list item=infolist}
{Assign Var=floor value= $smarty. Foreach.infolist.index}
{if $floor <5%} {* or if $smarty. Foreach.infolist.iteration <5*}
  • {$infolist%}

  • {/if}
    {/foreach}

    http://www.bkjia.com/PHPjc/328022.html www.bkjia.com true http://www.bkjia.com/PHPjc/328022.html techarticle 1. You can use {$array | count} to try it. 2. Copy the code as follows: {foreach from= $variable key=key name=name iteam=value} {$variable | @count}//Get array length {$smarty. Forea ...

  • Related Article

    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.