Example of section nested loop usage of smarty, smartysection. The section nested loop usage example of smarty. This article describes the section nested loop usage of smarty. For your reference, the usage example of section nested loop in {sectionnames smarty is as follows: smartysection
This article describes how to use the section nested loop of smarty. We will share this with you for your reference. The details are as follows:
{Section name = "sec1" loop = $ typeList}
| {$ TypeList [sec1]. typeName} |
|
{Section name = "sec2" loop = $ typeList [sec1]. shop}
|
|
| {$ TypeList [sec1]. shop [sec2]. name} |
| Quantity: {$ typeList [sec1]. shop [sec2]. num} |
| Price: {$ typeList [sec1]. shop [sec2]. price} white gold coins |
| {/Section}
{/Section}
Use $ typeList [sec1]. shop of sec1 as the loop of sec2.
You can get the content of the array in the shop.