1
0
mirror of synced 2025-03-17 21:43:55 +03:00

php syntax

This commit is contained in:
runa 2007-02-06 14:40:13 +00:00
parent 4c7f91fa78
commit 6e1e8fb85b

View File

@ -7,7 +7,7 @@ $manager->setAttribute(Doctrine::ATTR_VLD, false);
// setting a connection level attribute // setting a connection level attribute
// (overrides the global level attribute on this connection) // (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); $conn->setAttribute(Doctrine::ATTR_VLD, true);