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