Commit 6bd8eaf8 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 1f241271
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment