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