2017 © Pedro Peláez
 

library doctrine1-drak

PHP5 Database ORM

image

dator/doctrine1-drak

PHP5 Database ORM

  • Tuesday, March 31, 2015
  • by Dator
  • Repository
  • 2 Watchers
  • 1 Stars
  • 11,774 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Doctrine 1 fork

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)

Usage

Use the dev-dev version string for the latest doctrine1, and dev-master for the backwards-compatible one:, (*3)

{
  "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)

The Versions

31/03 2015

dev-master

9999999-dev http://www.doctrine-project.org

PHP5 Database ORM

  Sources   Download

LGPL

The Requires

  • php >=5.2.3
  • ext-pdo *

 

by Konsta Vesterinen

orm database