2017 © Pedro Peláez
 

library doctrine-tweaks

A collection of tweaks and additions to Doctrine

image

dbstudios/doctrine-tweaks

A collection of tweaks and additions to Doctrine

  • Tuesday, May 26, 2015
  • by LartTyler
  • Repository
  • 1 Watchers
  • 0 Stars
  • 153 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 6 % Grown

The README.md

Doctrine Tweaks

A collection of files that modify or add to Doctrine's functionality., (*1)

This package is meant to be used in conjunction with Symfony. It has not been tested outside of the Symfony environment, but should be usable anywhere., (*2)

Usage: ChainableEntityManager

This package includes a file named DaybreakStudios\Doctrine\ORM\ChainableEntityManager that allows a few common methods to be chained together. For example:, (*3)

// $em = getOurEntityManager();

$em
    ->persist($entity1)
    ->persist($entity2)
    ->flush();

Chainable methods are as follows: persist, remove, detach, refresh, and flush., (*4)

The Versions

26/05 2015

dev-master

9999999-dev

A collection of tweaks and additions to Doctrine

  Sources   Download

26/05 2015

2.4.0

2.4.0.0

A collection of tweaks and additions to Doctrine

  Sources   Download

22/05 2015

2.3.0

2.3.0.0

A collection of tweaks and additions to Doctrine

  Sources   Download

22/05 2015

2.2.0

2.2.0.0

A collection of tweaks and additions to Doctrine

  Sources   Download

27/02 2015

2.1.1

2.1.1.0

A collection of tweaks and additions to Doctrine

  Sources   Download

27/02 2015

2.1.0

2.1.0.0

A collection of tweaks and additions to Doctrine

  Sources   Download

25/02 2015

2.0.0

2.0.0.0

A collection of tweaks and additions to Doctrine

  Sources   Download

12/12 2014

1.0.0

1.0.0.0

  Sources   Download