[symfony-users] Re: Jobeet (doctrine help)!

2011-04-01 Thread FHoerth
eate()->from('User u')->where('u.active > = 1');  you would get the same result, but your query > > would not be re-usable. > > Roger > > On Mar 31, 1:54 pm, FHoerth wrote: > > > > > > > > > Hi! > > Can someone explain

[symfony-users] Re: Jobeet (doctrine help)!

2011-04-01 Thread FHoerth
tive > users. > > If you were to use Doctrine_Query::create()->from('User u')->where('u.active > = 1');  you would get the same result, but your query > > would not be re-usable. > > Roger > > On Mar 31, 1:54 pm, FHoerth wrote: > > > >

[symfony-users] Jobeet (doctrine help)!

2011-03-31 Thread FHoerth
Hi! Can someone explain me what is the difference between: $this->var = Doctrine_Core::getTable('tableClass')- >createQuery('alias')->where('alias.column > ?', date); and this? $this->var = Doctrine_Query::create()->from('tableClass alias')- >where('alias.column > ?', date); Why not using a si

[symfony-users] Newbie question about doctrine generate-module (jobeet)

2011-03-22 Thread FHoerth
Hi! Everybody! I'm following the jobeet tutorial, so, for some reason I have to understand everything.. and in day 3 is my first question, I don't know how sf knows how to create de job module: $ php symfony doctrine:generate-module --with-show --non-verbose- templates frontend job JobeetJob "The d