Commit 5c5be484 authored by zYne's avatar zYne

--no commit message

--no commit message
parent fbb5a532
......@@ -20,5 +20,5 @@ $users = $q->from('User u')->where('u.id IN (1,2,3)')->execute();
// Doctrine uses 'connection 2' for fetching here
$groups = $q->from('Group g')->where('g.id IN (1,2,3)')->execute();
?></code>
</code>
......@@ -19,6 +19,4 @@ $conn = Doctrine_Manager::connection($dbh);
// connects database and performs a query
$conn->query('FROM User u');
?></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