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

Cabinet dbal

WanWizard edited this page Aug 5, 2012 · 1 revision

To make the new Datamapper framework independent, it can no longer rely on the DBAL provided by the framework, like the old Datamapper did with CI's active record library ($this->db).

It therefor comes with it's own DBAL, which is the DBAL also used in FuelPHP v2.0. Development of this DBAL takes place at https://github.com/FrenkyNet/Cabinet.

Like Datamapper, it is based on the same standards.

Clone this wiki locally