1
0
mirror of synced 2025-01-17 22:11:41 +03:00

Add hint about multiple directories in Metadata drivers to configuration section

This commit is contained in:
Benjamin Eberlei 2010-10-31 07:34:43 +01:00
parent 05f5ae1519
commit 468c878c92

View File

@ -170,7 +170,9 @@ The annotation driver can be configured with a factory method on the `Doctrine\O
$config->setMetadataDriverImpl($driverImpl);
The path information to the entities is required for the annotation driver, because otherwise
mass-operations on all entities through the console could not work correctly.
mass-operations on all entities through the console could not work correctly. All of metadata
drivers accept either a single directory as a string or an array of directories. With this feature a
single driver can support multiple directories of Entities.
+++ Metadata Cache (***RECOMMENDED***)