码迷,mamicode.com
首页 > 其他好文 > 详细

ecshop模版循环遍历中自动调用函数

时间:2017-09-13 13:20:38      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:cape   调用函数   调用   als   html   函数   target   --   logs   

以下代码:

<!--{foreach from=get_categories_tree(0) item=cat name=cat0}-->

                  <!--{foreach from=get_brands1($GLOBALS[‘smarty‘]->_var[‘cat‘][‘id‘]) item=bchilder name=bchilder}--> 
                  {if $smarty.foreach.bchilder.iteration < 9} <a href="{$bchilder.url}" class="img-link" target="_blank" title="{$bchilder.brand_name|escape:html}"> <img src="data/brandlogo/{$bchilder.brand_logo}" width="90" height="36" /> </a> {/if} 
                  <!--{/foreach}--> 

<!--{/foreach}-->

 

俩个foreach循环中,from中嵌套了方法,方法中使用$GLOBALS[‘smarty‘]->_var[‘cat‘][‘id‘]获取变量;

一般都是从php代码中赋值,但是有时候直接在模版中进行运算处理,类似如上,也是很方便的。

ecshop模版循环遍历中自动调用函数

标签:cape   调用函数   调用   als   html   函数   target   --   logs   

原文地址:http://www.cnblogs.com/feiying100/p/7514251.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!