void EnviMVC_ControllerBase(
)
|
|
Constructor
void forward(
string
$action, [string
$module = null]
)
|
|
他のアクションに処理を明渡す
Parameters:
|
string |
$action: |
アクション名 |
|
string |
$module: |
モジュール名 |
Information Tags:
DBI オブジェクトを返します
Information Tags:
boolean|string|int getGlobalData(
string
$name
)
|
|
INIで設定した、GLOBALデータを取得する
Parameters:
Information Tags:
3桁目以降のパスインフォ
Information Tags:
string getRequestAction(
)
|
|
大元のアクションを取得
Information Tags:
string getRequestModule(
)
|
|
大元のモジュールを取得
Information Tags:
今のアクションを取得
Information Tags:
今のモジュールを取得
Information Tags:
アクションを連続して実行して、出力を受け取る
API Tags:
Information Tags:
3桁目以降のパスインフォがあるかどうか
Information Tags:
処理を取りやめるべき状態かどうか
Information Tags:
処理を取りやめ、controllerをshutDownします。
Information Tags:
string makeUrl(
string
$requestfile, [string
$module = null], [string
$action = null], [string
$query = null], [string
$path_info = null], [string
$base_url = null]
)
|
|
規則に従ったURLを作成する
Parameters:
|
string |
$requestfile: |
リクエストファイル |
|
string |
$module: |
モジュール |
|
string |
$action: |
アクション |
|
string |
$query: |
クエリストリングス (OPTIONAL) |
|
string |
$path_info: |
パスインフォ (OPTIONAL) |
|
string |
$base_url: |
基底URL (OPTIONAL) |
Information Tags:
void redirect(
string
$url
)
|
|
他のURLにリダイレクトする
Parameters:
void setActionChain(
string
$name, string
$action, [string
$module = null]
)
|
|
アクションを連続して実行する準備をする
Parameters:
|
string |
$name: |
チェイン名 |
|
string |
$action: |
アクション名 |
|
string |
$module: |
モジュール名 |
Information Tags:
void unsetActionChain(
string
$name
)
|
|
アクションチェインしたアクションを実行リストから削除する
Parameters:
Information Tags:
void &usePlugin(
mixed
$plugin_name
)
|
|