string variable - relates to $object->variable
string method - relates to $object->method()
string object.method relates to $object->object->method()
Example 41-1. Setting variables for foreach
|
Example 41-2. flexy:if in template
|
Example 41-3. Compiled template
|
Example 41-4. Simple ouput example
|