[symfony-users] Re: Problem in figuring out a Doctrine Query for Symfony?

2009-02-15 Thread Tomek
X(p2.posted) AS p2__0 FROM post p2 WHERE p2.topic_id = p.topic_id)" I have symfony 1.2.5-DEV from SVN, rev 15495. cheers, Tomek On Feb 14, 11:30 pm, SeeVik wrote: > Hello Tomek. Yes I will try that query. In the mean time I have > figured out something similar. > > The SQL q

[symfony-users] Re: Problem in figuring out a Doctrine Query for Symfony?

2009-02-14 Thread Tomek
2 where p2.topic_id=p.topic_id order by p2.posted desc limit 1)'); I hope that helps, Tomek On Feb 13, 11:06 am, SeeVik wrote: > Hello all > > I am using Symfony with Doctrine plugin. > > I am making a simple bulletin board in my application. I want to find > out the las