creates a foreach loop, needs an {end:} tag. note that the engine will add the variable to the scope, so they will not be prefixed with $t-> when used inside the loop.
string variable - relates to $object->variable
string key - creates a variable 'key' in the current scope.
string value - optionally creates a variable 'value' in the current scope. (as in $key=>$value)
Example 31-1. Setting variables for foreach
|
Example 31-2. Foreach in template
|
Example 31-3. Compiled template
|
Example 31-4. example output
|