[symfony-users] Doctrine_Record accessors

2010-04-05 Thread Ettore
Hello all, i'm developing an app with Symfony 1.4 (tag, not last svn version) and Doctrine and i found a strange behavoir with the following code. schema.yaml --- User: columns: name: { type: string(40), notnull: true } surname: { type: string(40), notnull:

Re: [symfony-users] Doctrine_Record accessors

2010-04-05 Thread Stéphane
What about $user-lastLogin ? Cheers, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Mon, Apr 5, 2010 at 6:39 PM, Ettore ete@gmail.com wrote: Hello all, i'm developing an app with Symfony 1.4 (tag,