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
$controller
;
protected
$module
;
protected
$action
;
/* メソッド */
}プロパティ
- controller
- module
- action
目次
- Yaf_Route_Simple::__construct — Yaf_Route_Simple constructor
- Yaf_Route_Simple::route — Route a request
There are no user contributed notes for this page.
