1
0
mirror of synced 2025-01-18 06:21:40 +03:00
This commit is contained in:
zYne 2007-05-07 15:47:02 +00:00
parent fbb5a53223
commit 5c5be484bf
2 changed files with 2 additions and 4 deletions

View File

@ -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>

View File

@ -19,6 +19,4 @@ $conn = Doctrine_Manager::connection($dbh);
// connects database and performs a query
$conn->query('FROM User u');
?></code>
</code>