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