[symfony-users] Re: What's the best way for...

2009-10-01 Thread Stefano Sancese
David thanks for your reply. On 30 Set, 22:03, david da...@inspiredthinking.co.uk wrote: Option 4 - can be a random string used for an id or an integer   representing state: 0 (default) not processed, -1 processed already and 1   for pending. Can there be more than 1 set of records pending

[symfony-users] Re: Generate admin form validation

2009-08-20 Thread Stefano Sancese
Ok, my fault. I'm so new at symfony that I'm still find my way with it. Grazie Stefano On 20 Ago, 11:00, gino pilotino spammm...@gmail.com wrote: I had a similar problem. The *real* problem is the fact that this little thing is not mentioned anywhere in the documentation: if you're

[symfony-users] Re: Form validation

2009-08-15 Thread Stefano Sancese
Ciao Richtermeister, I wrote the validator as a Callback: ?php /** * Listino form. * * @packageSuperAdmin * @subpackage form * @author Your name here * @versionSVN: $Id: sfPropelFormTemplate.php 10377 2008-07-21 07:10:32Z dwhittle $ */ class ListinoForm extends