Download List

Project Description

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.

System Requirements

System requirement is not defined

Released at 2008-05-27 01:53
charcoalphp 0.3.0-alpha (2 files Hide)

Release Notes

・フォーム機能の実装
・セッションハンドラをプラグイン化
・mod_rewriteによる静的URLに対応

Changelog

 【DB】
  −DataModelをTableModelに名称変更
 【フォーム】
  −フォームモデルを実装(/core/form_models)
  −HTMLObjectを実装(/core/html_objects)
  −DTOトランスフォーマを実装(/core/transformers)
 【セッション】
  −セッションハンドラを実装(/core/session_handlers)、セッション機構をプラグイン化
 【URLマッピング】
  −URLマッパを実装(/core/url_mappers)、静的URL(mod_rewite)に対応