mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
update comments
This commit is contained in:
@@ -9,10 +9,9 @@
|
|||||||
* Author: Monte Ohrt <monte@ispi.net>
|
* Author: Monte Ohrt <monte@ispi.net>
|
||||||
* Credits: Mark Priatel <mpriatel@rogers.com>
|
* Credits: Mark Priatel <mpriatel@rogers.com>
|
||||||
* Gerard <gerard@interfold.com>
|
* Gerard <gerard@interfold.com>
|
||||||
* Purpose: cycle given given values each time
|
* Purpose: cycle given given values
|
||||||
* Input: id = id of cycle (optional)
|
* Input: id = id of cycle (optional)
|
||||||
* values = comma separated list of values to cycle
|
* values = comma separated list of values to cycle
|
||||||
* (use hex value for literal comma or quote)
|
|
||||||
* reset = boolean - resets given var to true
|
* reset = boolean - resets given var to true
|
||||||
* print = boolean - print var or not. default is true
|
* print = boolean - print var or not. default is true
|
||||||
* advance = boolean - whether or not to advance the cycle
|
* advance = boolean - whether or not to advance the cycle
|
||||||
|
@@ -9,10 +9,9 @@
|
|||||||
* Author: Monte Ohrt <monte@ispi.net>
|
* Author: Monte Ohrt <monte@ispi.net>
|
||||||
* Credits: Mark Priatel <mpriatel@rogers.com>
|
* Credits: Mark Priatel <mpriatel@rogers.com>
|
||||||
* Gerard <gerard@interfold.com>
|
* Gerard <gerard@interfold.com>
|
||||||
* Purpose: cycle given given values each time
|
* Purpose: cycle given given values
|
||||||
* Input: id = id of cycle (optional)
|
* Input: id = id of cycle (optional)
|
||||||
* values = comma separated list of values to cycle
|
* values = comma separated list of values to cycle
|
||||||
* (use hex value for literal comma or quote)
|
|
||||||
* reset = boolean - resets given var to true
|
* reset = boolean - resets given var to true
|
||||||
* print = boolean - print var or not. default is true
|
* print = boolean - print var or not. default is true
|
||||||
* advance = boolean - whether or not to advance the cycle
|
* advance = boolean - whether or not to advance the cycle
|
||||||
|
Reference in New Issue
Block a user