$flexy->compile() (Previous) (Next) $flexy->bufferedOutputObject()

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

$flexy->outputObject()

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

Opis

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

Parametr

  • 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

  • array $elements - This is an associative array of form, or dynamic elements names (or id's) which will be merged with the one defined in the template.

Uwagi

Ta funkcja nie może być wywołana statycznie.

$flexy->compile() (Previous) (Next) $flexy->bufferedOutputObject()

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.