Re: [symfony-users] Problem with Doctrine and Join/GroupBy query

2010-02-18 Thread MichaƂ Piotrowski
Hi, 2010/2/18 Olivier : > Hello everyone, > > I'm a little new to Symfony, I've been browsing the user list, but did > not find an answer to my issue. > I'm using symfony version 1.4 with Doctrine. > I have a query that I create using Doctrine, with the following code: > $q = Doctrine_Query::creat

[symfony-users] Problem with Doctrine and Join/GroupBy query

2010-02-18 Thread Olivier
Hello everyone, I'm a little new to Symfony, I've been browsing the user list, but did not find an answer to my issue. I'm using symfony version 1.4 with Doctrine. I have a query that I create using Doctrine, with the following code: $q = Doctrine_Query::create() ->from('ValueList v