Télécharger la liste

Description du projet

Middle class PHP Web framework which is composed of "Tasks" and "Events".It is designed to create reusable pllications. Because each components are using PHP5 interface, you can replace implementation objects very easily. So you can make various kinds of applications in a short time.

Système requise

System requirement is not defined

Livrée : 2008-09-08 16:17
charcoalphp 0.6.0 (2 files Cacher)

Notes de release

・設定ファイル形式をYAMLからiniファイルに変更
・パフォーマンス改善

Changelog


 ◆仕様変更/機能追加

 【コア】
  −実行速度が大幅に向上しました。
  −設定ファイル関係
   −デフォルトをYAMLからJavaプロパティファイル形式(iniファイル)に変更しました。
   −システム設定ファイルをアプリケーション設定ファイルでオーバロードできるようにしました。
  −デバッグ関係
   −例外スタック(ExceptionStack)クラスを実装しました。
   −ポップアップするスクリーンロガー(PopupScreenLogger)クラスを実装しました。
  −プロファイル関係
   −デフォルトで外部ライブラリパスを無効とし、プロファイルに有効化フラグ(USE_EXTLIB)、およびライブラリパス(EXTLIB_DIR)を追加しました。
  −TypeSafeコーディングのためのプリミティブクラス(Boolean、Integer、String)を導入しました。