Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 19490 программистов и 1624 робота. Сейчас ищут 1873 программиста ...
HTML_QuickForm_Renderer_QuickHtml::toHtml()
Вернуться к: Template-based renderers
HTML_QuickForm_Renderer_QuickHtml::toHtml()
HTML_QuickForm_Renderer_QuickHtml::toHtml() – Returns the HTML
Synopsis
require_once 'HTML/QuickForm/Renderer/QuickHtml.php';
string HTML_QuickForm_Renderer_QuickHtml::toHtml ( string $data )
Returns the HTML generated for the form.
Parameter
- $data
Any html to put inside the form tags. This would normally be the html template into which you have rendered the form elements.
Throws
throws no exceptions thrown
Вернуться к: Template-based renderers