Home  >  Article  >  Backend Development  >  Smarty最简单实现列表奇偶变色的方法_PHP教程

Smarty最简单实现列表奇偶变色的方法_PHP教程

WBOY
WBOYOriginal
2016-07-13 09:47:42699browse

Smarty最简单实现列表奇偶变色的方法

   本文实例讲述了Smarty最简单实现列表奇偶变色的方法。分享给大家供大家参考。具体如下:

  最近在换模板的过程中遇到过一个问题:列表页隔行换色,本来想用程序实现的,但在网上发现smarty模板中有一个很方便的方法,特分享一下:

{/section}

1

2

3

4

5

{section name=cat loop=$list}

{$list[cat].id}

  希望本文所述对大家的smarty模板程序设计有所帮助。

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/1025337.htmlTechArticleSmarty最简单实现列表奇偶变色的方法 本文实例讲述了Smarty最简单实现列表奇偶变色的方法。分享给大家供大家参考。具体如下: 最近在换...
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