File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
.. index ::
2
2
single: Doctrine; Multiple entity managers
3
3
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.
12
12
13
13
.. note ::
14
14
You can’t perform that action at this time.
0 commit comments