This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/DoctrineAbstractBundle
2011-03-06 12:40:06 +01:00
..
Common/DataFixtures [DoctrineAbstractBundle] added test for new Loader 2011-02-08 04:11:47 +01:00
DependencyInjection replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Tests [DoctrineAbstractBundle] added test for new Loader 2011-02-08 04:11:47 +01:00
README Introduced meta-bundle DoctrineAbstractBundle to squash 400+ loc of code duplication from ORM and MongoDB Bundles. 2011-01-03 08:07:22 +01:00

This is a meta-bundle. It does not contain a Bundle nor a DependencyInjection file. The code is only
ever used by the following bundles:

* DoctrineBundle
* DoctrineMigrationsBundle
* DoctrineMongoDBBundle

Future benefactors:

* DoctrineCouchDBBundle
* DoctrinePHPCRBundle

Additional code that could be put here:

* General Doctrine Form code
* General Doctrine Validator code