diff --git a/manual/codes/Configuration - Levels of configuration.php b/manual/codes/Configuration - Levels of configuration.php index bc31dd4f8..dd31bcd70 100644 --- a/manual/codes/Configuration - Levels of configuration.php +++ b/manual/codes/Configuration - Levels of configuration.php @@ -7,7 +7,7 @@ $manager->setAttribute(Doctrine::ATTR_VLD, false); // setting a connection level attribute // (overrides the global level attribute on this connection) -$conn = $manager->openConnection(new PDO('dsn', 'username', 'pw'); +$conn = $manager->openConnection(new PDO('dsn', 'username', 'pw')); $conn->setAttribute(Doctrine::ATTR_VLD, true);