CakeFest 2024: The Official CakePHP Conference

Yaf_View_Interface::display

(Yaf >=1.0.0)

Yaf_View_Interface::displayRender and output a template

Descrizione

abstract public Yaf_View_Interface::display(string $tpl, array $tpl_vars = ?): bool

Render a template and output the result immediately.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

tpl

tpl_vars

Valori restituiti

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top