Home >Backend Development >PHP Tutorial >smarty 模版变量的问题

smarty 模版变量的问题

WBOY
WBOYOriginal
2016-06-23 13:27:59916browse

刚接触这个模版,请求帮助,问题如下
循环里面套循环比如说 $smart_aaa_arr 可以循环三次,得到的abt 分别为 1 2 3
然后我希望这个 1 2 3可以用到第二个循环的  可以得出 $g_list_1 $g_list_2 $g_list_3

$g_list_这里写不出谢谢  这个变量要如何写,不知道表达的清不清楚



    

     


 


回复讨论(解决方案)

是不是遍历二维数组的意思?

差不多,对smarty不熟悉 ,这个变量数组的不会处理

你这样没法实现,还是在输出模板变量之前就生成一个在模板里边能够嵌套循环的数组,这样就不会出现非要在模板里边声明模板变量的问题

$abt.你想要的数组。。。。



    

     


  

多维数组循环,具体还得可能你数组张什么样子

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