Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17834 программиста и 1641 робот. Сейчас ищут 2327 программистов ...
HTML_QuickForm_Renderer_ObjectFlexy::setHtmlTemplate()
Вернуться к: Template-based renderers
HTML_QuickForm_Renderer_ObjectFlexy::setHtmlTemplate()
HTML_QuickForm_Renderer_ObjectFlexy::setHtmlTemplate() – Set the filename of the template to render html elements.
Synopsis
require_once 'HTML/QuickForm/Renderer/ObjectFlexy.php';
void HTML_QuickForm_Renderer_ObjectFlexy::setHtmlTemplate ( string $template )
In your template, {html} is replaced by the unmodified html. If the element is required, {required} will be true. Eg.
{if:error}
<font color="red" size="1">{error:h}</font><br />
{end:}
{html:h}
Parameter
- string $template
-
Filename of template
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Template-based renderers