ecshop里面的标签和smarty的一样,应该就是用的smarty然后加工修改过的,里面循环div或者li什么的很好控制,可是循环table的td写法就不一样了,这里贴下循环table的te的代码,希望能帮助爱好php学习的php爱好者们。
XML/HTML代码
- <table id="products-grid-table" class="products-grid">
- <tbody>
- <tr class="odd">
- <!--{foreach from=$goods_list item=goods name=foo}-->
- <!-- {if $goods.goods_id} -->
- <!-- {if $smarty.foreach.foo.index % 3 == 0}-->
- </tr><tr>
- <!--{/if}-->
- <td>
- <a title="Satin Tux Strapless Corset" href=" upload/2010/10/201010231906095666.jpg"> <img title="Pink/Black" alt="Pink/Black" src="/media/swatch/Pink-Black.jpg">
- </div>
- <div class="clear"></div>
- </td>
- <!--{/if}-->
- <!--{/foreach}-->
- </tr>
- </tbody></table>
发表回复