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