Mojavi

PHPのフレームワークの1つ。
MVC型のフレームワーク
http://mojavi.net/
http://www.stackasterisk.jp/tech/php/mojavi01_01.jsp
http://iteman.typepad.jp/blog/files/hustling-mojavi.html
http://634.ayumu-baby.com/mojavi/index.html
ANHTTPD上でPHPとmojaviを動かす方法
http://www2.atwiki.jp/mojavi_php/pages/6.html
Java技術者のためのPHP
http://javaphp.uhawwwokkwwwww.com/mojavi_setup.htm
'SCRIPT_PATH'の設定
http://p0t.jp/mt/archives/2005/07/uri.html#comments
PHPフレームワーク Mojavi入門(仮)
http://komagata.dreamhosters.com/works/labs/learning_mojavi2/www/mojavi.html?PHPSESSID=72b80708e94f41938106c89b41299360
FATAL [/****/opt/user/SessionContainer.class.php:35] Only variable references should be returned by reference
のエラー対処
http://yosiwo.lowtech.ne.jp/item/372
「opt/logging/ErrorLogger.class.php」のstandard関数を以下の様に変更。
switch ($level)
{
case E_USER_NOTICE:
case E_NOTICE:
$this->info($message, NULL, NULL, $file, $line);
break;
case E_USER_WARNING:
case E_WARNING;
$this->warning($message, NULL, NULL, $file, $line);
break;
default:
$this->fatal($message, NULL, NULL, $file, $line);
}
MVCのイメージ図
http://www.stackasterisk.jp/tech/php/mojavi02_05.jsp


その他

タイトルとURLをコピーしました