1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Merge remote branch 'mridgway/master'

This commit is contained in:
Jonathan H. Wage 2010-05-14 15:26:28 -04:00
commit a59b62e3ba

View File

@ -177,7 +177,7 @@ Gets or sets whether proxy classes should be generated automatically at runtime
The `$connectionOptions` passed as the first argument to `EntityManager::create()` has to be either an array
or an instance of `Doctrine\DBAL\Connection`. If an array is passed it is directly passed along to the
DBAL Factory `Doctrine\DBAL\DriverManager::getConnection()`. The DBAL configuration is explained
in the [DBAL section](./../dbal).
in the [DBAL section](./../../../../../dbal/2.0/docs/reference/configuration/en).
++ Change Tracking Policies