Skip to content

Commit b943edf

Browse files
committed
[#1784] Adding "multiple connections" to the entry title and opening paragraph
1 parent e266b53 commit b943edf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cookbook/doctrine/multiple_entity_managers.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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

0 commit comments

Comments
 (0)