Smarty How to get an index during a loop

Source: Internet
Author: User
Tags foreach

Most of the time we use the Ecshop foreach tag to cycle through the product, so the problem is that we generally use PHP loops with a variable to control the number of times and to get the index of each loop, such as I, how to get it when using foreach, very simple, We'll just define a name for it, as shown in the following example.

<!--{foreach name=top_goods from= $top _goods item=goods}-->
<div class= "Topgoodslist" >
<!--{if $smarty .foreach.top_goods.iteration==1}-->
<a href= "/{$goods. URL}" class= "Topsale1" title= "{$goods. name|escape:html}" ></a>
<!--{/if}-->

<!--{/foreach}-->

Here $smarty. Foreach.top_goods.iteration is the way to get an index.

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.