Using symfony framework, which code is best to query database table to check if entry is already there?
I have a database schema in Symfony like this: Persona: actAs: { Timestampable: ~ } columns: primer_nombre:{ type: string(255), notnull: true }
I just started to use symfony 1.4 and Doctrine. (Used 1.0 - 1.2 + Propel a lot before). I thought to give Doctrine a try, because of the fast and huge
I\'ve got the following database structure: Account: columns: email: string(255) name: type: string(255) UserRegistered: