->outputObject()

->outputObject() -- Merges a controller object with the template and outputs the result

Synopsis

void ->outputObject() (object $controllerObject)

Description

This maps the values of the supplied object and runs the compiled template, and outputs the result.

Parameter

Note

This function can not be called statically

Example