From 458b0df39ea33066b7f573bdfbf3c7d9c75f700a Mon Sep 17 00:00:00 2001 From: Dinduks Date: Mon, 18 Jun 2012 18:43:10 +0200 Subject: [PATCH] Add a link to the connection configuration --- en/reference/configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en/reference/configuration.rst b/en/reference/configuration.rst index f5b640fe5..2851cf79a 100644 --- a/en/reference/configuration.rst +++ b/en/reference/configuration.rst @@ -120,6 +120,7 @@ setup methods: $paths = array("/path/to/entities-or-mapping-files"); $isDevMode = false; + // the connection configuration $dbParams = array( 'driver' => 'pdo_mysql', 'user' => 'root', @@ -141,6 +142,11 @@ These setup commands make several assumptions: - If `$devMode` is false, set ``setAutoGenerateProxyClasses(false)`` - If third argument `$proxyDir` is not set, use the systems temporary directory. +.. note:: + + You can learn more about the connection configuration in the + `Doctrine DBAL connection configuration reference `_. + Full Configuration Example ~~~~~~~~~~~~~~~~~~~~~~~~~~