Commit b605286d authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #10 from petrjasek/patch-1

Update en/reference/configuration.rst
parents 76244cf3 89340a27
...@@ -19,7 +19,7 @@ You can get a DBAL Connection through the ...@@ -19,7 +19,7 @@ You can get a DBAL Connection through the
'host' => 'localhost', 'host' => 'localhost',
'driver' => 'pdo_mysql', 'driver' => 'pdo_mysql',
); );
$conn = DriverManager::getConnection($connectionParams, $config); $conn = \Doctrine\DBAL\DriverManager::getConnection($connectionParams, $config);
The ``DriverManager`` returns an instance of The ``DriverManager`` returns an instance of
``Doctrine\DBAL\Connection`` which is a wrapper around the ``Doctrine\DBAL\Connection`` which is a wrapper around the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment