You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
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.