$flexy->bufferedOutputObject() (Previous) (Next) new HTML_Template_Flexy_Element

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

$flexy->getElements()

$flexy->getElements() -- Fetch Dynamic HTML Elements from template

Leírás

All Form elements, FORM, INPUT, SELECT and any HTML tag that includes the attribute flexy:dynamic Is converted into HTML_Template_Flexy_Element's and stored serialized in the same folder as the Compiled flexy template.

You can use this array to make changes to these elements or find out what form elements exist on a page.

Note: you should put the modified result as the $elements argument of >outputObject(), you do not however have to fetch the elements to assign them, you can just create blank elements, and merge them.

Visszatérési érték

array - of Elements contained within the template. (or an empty array if no form/dynamic elements are used)

Megjegyzés

Ez a függvény nem hívható statikusan.

$flexy->bufferedOutputObject() (Previous) (Next) new HTML_Template_Flexy_Element

Download Documentation Last updated: Sun, 01 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.