php syntax
This commit is contained in:
parent
4c7f91fa78
commit
6e1e8fb85b
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user