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.
・フォーム機能の実装
・セッションハンドラをプラグイン化
・mod_rewriteによる静的URLに対応
【DB】
−DataModelをTableModelに名称変更
【フォーム】
−フォームモデルを実装(/core/form_models)
−HTMLObjectを実装(/core/html_objects)
−DTOトランスフォーマを実装(/core/transformers)
【セッション】
−セッションハンドラを実装(/core/session_handlers)、セッション機構をプラグイン化
【URLマッピング】
−URLマッパを実装(/core/url_mappers)、静的URL(mod_rewite)に対応