Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17131 программист и 1835 роботов. Сейчас ищут 1544 программиста ...
Controller::run()
Вернуться к: HTML_QuickForm_Controller
Controller::run()
Controller::run() – Processes the request.
Synopsis
require_once 'HTML/QuickForm/Controller.php';
void HTML_QuickForm_Controller::run ( )
This finds the current page, the current action and passes the action to the page's handle() method.
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: HTML_QuickForm_Controller