[symfony-users] Re: DbFinder and subqueries

2008-10-17 Thread Alexander Deruwe
On 16 Oct 2008, at 16:29, Alexander Deruwe wrote: SELECT * FROM survey WHERE id NOT IN (SELECT id FROM selected_survey) Ok, so to keep others from possibly being the same kind of stupid I have been for a few hours... DbFinder allows you to simply use Criteria or Doctrine_Query stuff by

[symfony-users] What the character ~ means in schema.yml file

2008-10-17 Thread Reynier Perez Mira
Hi: I have been checking the new form Framework book [1] and I notice something insteresting to me: propel: article: id: ~ title: { type: varchar(255), required: true } slug: { type: varchar(255), required: true } content:

[symfony-users] Re: What the character ~ means in schema.yml file

2008-10-17 Thread Geoffrey Bachelet
Hi, the ~ in yaml means null, that means that your field has no value, and in your case, inherits the default values for fields detected as a primary key (which is the case for fields named id) fields created_at and updated_at are detected as timestamp, and therefor inherits the default values

[symfony-users] Symfony + OAuth?

2008-10-17 Thread Sid Bachtiar
Can anyone point out any resource about how to use Symfony and OAuth. I'm trying to grab GMail contact list using OAuth. -- Visit my website: http://onlinesid.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups