/ActionController.php

Description

ユーザのrequestを処理するActionContoroller。

  • version: $Id: _ActionController_php.html,v 1.3 2005/05/03 14:05:55 fukasemitsuo Exp $
Functions
perform (line 31)

ActionControllerのエントリーポイント。

perform()の呼び出しにより、以下の処理を行う。

  1. HTMLフォーム情報を、ActionFormオブジェクトに取り込む。
  2. 取り込んだHTMLフォーム情報の有効性、範囲テスト等を行う。
  3. Actionを呼び出し、出力データを作成する。
  4. 出力データを基に、表示処理を行う。

変更履歴:

  1. 2005/02/21 check 戻り値判定の変更
  2. Location ヘッダの出力方法の変更
  3. 2005/03/08 PHILOT_SELF(起動ルートディレクトリ)定数の設定関数追加
  4. 2005/03/14 PHILOT_SELF定数の設定関数名に、"_"を追加

  • global: array $config: philot設定用配列
  • access: public
void perform ()
_profile (line 335)

デバグ用メッセージ保存処理。

実行ファイル名、実行行番号、メッセージをログに保存する。 ログに保存するかどうかは、_LOGGINGが定義されていて、NULL以外のときのみである。

  • global: array $config: philot設定用配列
  • access: public
void _profile (string $file, string $line, string $mesg)
  • string $file: 実行中のファイル名(フルパス)
  • string $line: 実行中の行番号
  • string $mesg: ログ用メッセージ

Documentation generated on Tue, 3 May 2005 22:52:00 +0900 by phpDocumentor 1.3.0RC3