From 468c878c9255336cfd51c55180d74da318d8a755 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sun, 31 Oct 2010 07:34:43 +0100 Subject: [PATCH] Add hint about multiple directories in Metadata drivers to configuration section --- manual/en/configuration.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manual/en/configuration.txt b/manual/en/configuration.txt index 8b23bbfe2..73f9ec783 100644 --- a/manual/en/configuration.txt +++ b/manual/en/configuration.txt @@ -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***)