In my project there are several bundles each uses a different database, so i thought about making something specific for each bundle in order to indicate the parameters needed by each one of them to access the wanted database. Hope someone gives me a hint. Thanks in advance.
Share
See the multiple entity manager documentation.
http://symfony.com/doc/2.0/cookbook/doctrine/multiple_entity_managers.html
Create as many entity managers as needed, and then map each bundle to an entity manager like this:
You can create multiple parameters.yml files and import them like this in your config.yml