This maps the values of the supplied object and runs the compiled template, and outputs the result.
object $controllerObject - The object you want to use with the template, the values of the object will relate to the $controllerObject->tag will map to {tag} on the template
Example 25-1. PHP code initiating the template, and outputing it
|
Example 25-2. The Template with some tags
|
Example 25-3. Resulting output
|