function.cycle_init.php
Tags
Table of Contents
- jtpl_function_common_cycle_init() : mixed
- Type: function<br> Name: cycle_init<br> Date: Feb, 2008<br> Purpose: initialize cycling through given values<br> Input: - values = comma separated list of values to cycle - name = name of cycle (optional)
Functions
jtpl_function_common_cycle_init()
Type: function<br> Name: cycle_init<br> Date: Feb, 2008<br> Purpose: initialize cycling through given values<br> Input: - values = comma separated list of values to cycle - name = name of cycle (optional)
jtpl_function_common_cycle_init(jTpl $tpl, string $name[, string $values = '' ]) : mixed
Examples:
{cycle_init '#eeeeee,#d0d0d0d'} {cycle_init 'name','#eeeeee,#d0d0d0d'}
Parameters
- $tpl : jTpl
- $name : string
-
the name of the cycle or the list of values
- $values : string = ''
-
the list of values