[symfony-users] Re: sfDoctrineActAsTaggablePlugin question

2009-09-03 Thread Kevin Bond
Yes, I get an error Couldn't find class tg On Wed, Sep 2, 2009 at 1:32 PM, Andrei Dziahel trickster...@gmail.comwrote: Hi. Have you tried to pass to getPopulars() a query similar to this one? $q = Doctrine_Query::create()-from('Article a')-where('a.active = ?', true); 2009/9/1 Kevin

[symfony-users] Re: sfDoctrineActAsTaggablePlugin question

2009-09-02 Thread Andrei Dziahel
Hi. Have you tried to pass to getPopulars() a query similar to this one? $q = Doctrine_Query::create()-from('Article a')-where('a.active = ?', true); 2009/9/1 Kevin Bond kevinb...@gmail.com Hi Guys, I have a question about this plugin for anyone who knows about it. I have an Article