php syntax
This commit is contained in:
parent
4c7f91fa78
commit
6e1e8fb85b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue