Full index

Package indexes


a c d e g i p r s u v _
a
top
Action
Action in Action.php
Actionクラス。
ActionController.php
ActionController.php in ActionController.php
ActionForm
ActionForm in ActionForm.php
ActionFormクラス。
ActionForm
ActionForm::ActionForm() in ActionForm.php
ActionFormクラスのコンスタラクタ。
ActionForm.php
ActionForm.php in ActionForm.php
ActionView
ActionView::ActionView() in ActionView.php
ActionViewクラスのコンストラクタ。
ActionView
ActionView in ActionView.php
ActionViewクラス。
ActionView.php
ActionView.php in ActionView.php
Action.php
Action.php in Action.php
append
superActionView::append() in superActionView.php
出力データの値を追加。
appendErrorMessage
エラーメッセージを追加。
assign
superActionView::assign() in superActionView.php
出力データの保持。
c
top
check
superActionView::check() in superActionView.php
ActionView対応の拡張子かどうかを判定する抽象メソッド。
check
ActionView::check() in ActionView.php
ActionView対応の拡張子かどうかを判定する具象メソッド。
clear
superActionView::clear() in superActionView.php
内部配列のクリア。
clear
Persistent::clear() in Persistent.php
対応するオブジェクトをクリアする抽象メソッド。
clearPersistent
session上の対応する変数を開放する。
Constants.php
Constants.php in Constants.php
d
top
display
superActionView::display() in superActionView.php
内部配列に保持されたデータを、テンプレート$tplをもとに表示する抽象メッソド。
display
ActionView::display() in ActionView.php
内部配列に保持されたデータを、テンプレート$tplをもとに表示する具象メソッド。
e
top
execute
Action::execute() in Action.php
フォーム値を元に、出力データを作成する抽象メッソド。
g
top
getAllNames
ActionForm::getAllNames() in ActionForm.php
HTMLのクエリーパラメータの全ての変数名を取得。
getProperty
ActionForm::getProperty() in ActionForm.php
キー値$keyに対応するHTMLフォーム情報を返す。
getSessionName
session上の対応する変数名を返す抽象メソッド
i
top
include.php
include.php in include.php
index.php
index.php in index.php
p
top
perform
perform() in ActionController.php
ActionControllerのエントリーポイント。
Persistent
Persistent::Persistent() in Persistent.php
Persistentのコンストラクタ。
Persistent
Persistent in Persistent.php
Persistentクラス。
Persistent.php
Persistent.php in Persistent.php
PHILOT_ROOT
PHILOT_ROOT in include.php
PHILOT_SELF
PHILOT_SELF in Constants.php
Philotの初期起動時のURLを示す定数
r
top
reset
ActionForm::reset() in ActionForm.php
フォーム値をリセットする抽象メソッド。
s
top
setProperty
ActionForm::setProperty() in ActionForm.php
HTMLフォーム情報に、キー値$keyで、値$valueを設定する。
store
Persistent::store() in Persistent.php
対応するオブジェクトをsession上の対応する変数にシリアライズ化して格納する。
superActionView
superActionView in superActionView.php
superActionViewクラス。
superActionView
superActionView::superActionView() in superActionView.php
superActionViewクラスのコンストラクタ。
superActionView.php
superActionView.php in superActionView.php
u
top
USER_ROOT
USER_ROOT in index.php
Philotのドキュメントのフルパスを示す定数
v
top
validate
ActionForm::validate() in ActionForm.php
フォーム情報の有効性をチェックする抽象メソッド。
VIEWS_ROOT
VIEWS_ROOT in index.php
Philotのテンプレートのフルパスを示す定数
_
top
$_actionForm
ActionForm::$_actionForm in ActionForm.php
HTMLフォームの情報を保持する配列。
$_action_errors
superActionView::$_action_errors in superActionView.php
エラー用出力情報保存配列。
$_action_parameters
出力情報保存配列。
$_debug
superActionView::$_debug in superActionView.php
デバグフラグ。
$_savefile
superActionView::$_savefile in superActionView.php
デバグ情報保存ファイル名。
_ACTION
_ACTION in Constants.php
action名を指定するクエリー名
_ACTION_CONTROLLER
_ACTION_CONTROLLER in Constants.php
ActionControllerの動作環境設定のキー名
_ACTION_FORMS
_ACTION_FORMS in Constants.php
ActionFormの論理フォーム名の属性を指定するArrayのキー名
_ACTION_FORWARDS
_ACTION_FORWARDS in Constants.php
Actionクラスの戻り値に対応するViewの論理名を指定するArray名のキー名
_ACTION_MAPPINGS
_ACTION_MAPPINGS in Constants.php
ウエッブからリクエストされたaction名とActionクラスの対応付けを行うArrayのキー名
_ERROR_REPORTING
_ERROR_REPORTING in Constants.php
エラー検出レベルを指定するキー名
_INPUT
_INPUT in Constants.php
ActionFormのvalidate()でエラーが発生した時の入力フォームURL
_LOGGING
_LOGGING in Constants.php
ロギング用ファイル名。指定しないかNULLの時はロギングしない。
_NAME
_NAME in Constants.php
ActionForm論理名。_ACTION_FORMSの中のキー値に対応している。
_PATH
_PATH in Constants.php
ActionまたはViewを指定する、/で始まるDocument_Rootからの相対パスを指定するキー名
_profile
_profile() in ActionController.php
デバグ用メッセージ保存処理。
_REDIRECT
_REDIRECT in Constants.php
falseにすると同一セッション内で、ページを遷移する。trueなら、セッションを破棄してページを遷移する。
_SCOPE
_SCOPE in Constants.php
ActionFormオブジェクトの生存スコープを示す。
_SMARTY_COMPILE_CHECK
_SMARTY_COMPILE_CHECK in Constants.php
trueにすると、Smartyテンプレートがコンパイルされているかどうかを検査し、されていなければ、再コンパイルします。開発完了時にはfalse設定すること。
_SMARTY_DEBUGGING
_SMARTY_DEBUGGING in Constants.php
trueにすると、Smartyのデバッギングコンソールを表示します。
_SMARTY_FORCE_COMPILE
_SMARTY_FORCE_COMPILE in Constants.php
trueにすると、Smartyのデバッギングコンソールを表示します。
_TYPE
_TYPE in Constants.php
Actionのクラス名を指定するキー名
_VALIDATE
_VALIDATE in Constants.php
trueの時、ActionFormのvalidate()を呼び出して判定する。
_WELCOME
_WELCOME in Constants.php
初期画面の表示のためのaction名
a c d e g i p r s u v _