Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 70778 программистов и 3678 роботов. Сейчас ищут 1323 программиста ...
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