$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.

Paramètres

Note

Cette fonction ne peut pas être appelée de façon statique.

Exemple