Yaf_Route_Simple クラス
(Yaf >=1.0.0)
はじめに
Yaf_Route_Simple は、クエリ文字列を見てルート情報を取得します。
Yaf_Route_Simple に対して必要な設定は、 $_GET のどのキーがモジュールでどのキーがコントローラ、 そしてどのキーがアクションなのかを指定することです。
Yaf_Route_Simple::route() は常に true
を返します。
そこで、Yaf_Route_Simple はルートスタックの先頭に置く必要があります。
そうしないと、他のルートは決して呼ばれなくなります。
クラス概要
class Yaf_Route_Simple
implements
Yaf_Route_Interface {
/* プロパティ */
protected
$controller;
protected
$module;
protected
$action;
/* メソッド */
}プロパティ
- controller
- module
- action
目次
- Yaf_Route_Simple::assemble — URLを組み立てる
- Yaf_Route_Simple::__construct — Yaf_Route_Simple のコンストラクタ
- Yaf_Route_Simple::route — リクエストをルーティングする
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google