1
0
mirror of synced 2025-01-18 06:21:40 +03:00
This commit is contained in:
zYne 2007-05-07 15:41:08 +00:00
parent 1f24127189
commit 6bd8eaf87c

View File

@ -13,7 +13,6 @@ connection alias.
// open first connection
\$conn = \$manager->openConnection(new PDO('dsn','username','password'), 'connection 1');
?>
</code>
@ -31,7 +30,6 @@ connection when no arguments have been speficied.
\$conn2 = Doctrine_Manager::connection();
// $conn2 == $conn
?>
</code>
@ -48,7 +46,7 @@ The current connection is the lastly opened connection.
\$conn2 = \$manager->openConnection(new PDO('dsn2','username2','password2'), 'connection 2');
\$manager->getCurrentConnection(); // $conn2
?></code>
</code>