File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11.. index ::
22 single: Doctrine; Multiple entity managers
33
4- How to work with Multiple Entity Managers
5- =========================================
6-
7- You can use multiple entity managers in a Symfony2 application. This is
8- necessary if you are using different databases or even vendors with entirely
9- different sets of entities. In other words, one entity manager that connects
10- to one database will handle some entities while another entity manager that
11- connects to another database might handle the rest.
4+ How to work with Multiple Entity Managers and Connections
5+ =========================================================
6+
7+ You can use multiple Doctrine entity managers or connections in a Symfony2
8+ application. This is necessary if you are using different databases or even
9+ vendors with entirely different sets of entities. In other words, one entity
10+ manager that connects to one database will handle some entities while another
11+ entity manager that connects to another database might handle the rest.
1212
1313.. note ::
1414
You can’t perform that action at this time.
0 commit comments