library doctrine1
PHP5 Database ORM
drak/doctrine1
PHP5 Database ORM
- Tuesday, November 24, 2015
- by Drak
- Repository
- 5 Watchers
- 1 Stars
- 36,052 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 0 Open issues
- 2 Versions
- 1 % Grown
Doctrine 1 fork
, (*1)
This is a maintained Doctrine 1 fork you can use in your projects using Composer., (*2)
There are two versions: dev
and master
.
master
is fully backwards-compatible with the latest original
Doctrine 1 release. dev
contains more fixes., (*3)
Usage
Use the dev-dev
version string for the latest doctrine1,
and dev-master
for the backwards-compatible one:, (*4)
{
"require": {
"drak/doctrine1": "dev-dev"
}
}
List of backwards-incompatible changes on dev
-
whereIn
with an empty array now restricts query to returning nothing instead of returning
everything (issue #15)