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 41-1. Setting variables for foreach
|
Example 41-2. Foreach in template
|
Example 41-3. Compiled template
|
Example 41-4. Simple ouput example
|