Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Design considerations

WanWizard edited this page Aug 5, 2012 · 6 revisions

The new Datamapper package is following the PSR-0 and PSR-1 standards. It doesn't use PSR-2, as I don't like parts of it. Instead, the FuelPHP Coding Standards are used.

Framework integration

To integrate Datamapper ORM into a development framework, integration packages will be developed which you can install the Datamapper package without further manual actions.

The following integration packges are on the roadmap:

  • CodeIgniter, with support for v2.0.0+
  • CodeIgniter, with support for v2.0.0+, through getsparks.org
  • FuelPHP, with support for v1.x
  • FuelPHP, v2.0 will support this package natively, no integration package is needed.
Clone this wiki locally