dev-master
9999999-dev http://www.doctrine-project.orgPHP5 Database ORM
LGPL
The Requires
- php >=5.2.3
- ext-pdo *
by Konsta Vesterinen
orm database
PHP5 Database ORM
This is a maintained Doctrine 1 fork you can use in your projects using Composer., (*1)
There are two versions: dev
and master
.
master
is fully backwards-compatible with the latest original
Doctrine 1 release. dev
contains more fixes., (*2)
Use the dev-dev
version string for the latest doctrine1,
and dev-master
for the backwards-compatible one:, (*3)
{ "require": { "drak/doctrine1": "dev-dev" } }
dev
whereIn
with an empty array now restricts query to returning nothing instead of returning
everything (issue #15)PHP5 Database ORM
LGPL
orm database