Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17118 программистов и 1834 робота. Сейчас ищут 1539 программистов ...
Page::isFormBuilt()
Вернуться к: HTML_QuickForm_Controller
Page::isFormBuilt()
Page::isFormBuilt() – Checks whether the form was already built.
Synopsis
require_once 'HTML/QuickForm/Page.php';
bool HTML_QuickForm_Page::isFormBuilt ( )
This is used to check whether it is necessary to call buildForm() or not.
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: HTML_QuickForm_Controller