dev-master
9999999-devA collection of tweaks and additions to Doctrine
Wallogit.com
2017 © Pedro Peláez
A collection of tweaks and additions to Doctrine
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)
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)
A collection of tweaks and additions to Doctrine