Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
The Yaf_Route_Simple class
(Информация о версии неизвестна, возможно, только в SVN)
Введение
Yaf_Route_Simple will match the query string, and find the route info.
all you need to do is tell Yaf_Route_Simple what key in the $_GET is module, what key is controller, and what key is action.
Yaf_Route_Simple::route() will always return TRUE, so it is important put Yaf_Route_Simple in the front of the Route stack, otherwise all the other routes will not be called.
Обзор классов
Yaf_Route_Simple implements Yaf_Route_Interface {
/* Свойства */
protected $Yaf_Route_Simple->controller ;
protected $module ;
protected $action ;
/* Методы */
public Yaf_Route_Simple::__construct ( string $module_name , string $controller_name , string $action_name )
public bool Yaf_Route_Simple::route ( Yaf_Request_Abstract $request )
}
Свойства
controller -
module -
action -
Содержание
- Yaf_Route_Simple::__construct — Yaf_Route_Simple constructor
- Yaf_Route_Simple::route — Route a request
Описание класса yaf_route_simple, примеры использования класса yaf_route_simple.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru