$flexy->outputObject()

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

Synopsis

void $flexy-> outputObject (object $controllerObject [, array $elements])

Description

This makes the values of the supplied object (and optionally loads the HTML_Template_Flexy_Elements) available to the template when it is run.

Parameter

Note

This function can not be called statically.

Example