[symfony-users] Question about fixtures: the object is not defined in your data file.

2011-01-10 Thread Javier Garcia
Hi, I have this code: sfGuardUser: utente_1: username: j.gar...@esempio.com password: 123456 ?php for($i=2; $i=50; $i++): ? utente_?php echo $i?: username: utente_?php echo $i?@esempio.com password: 123456 ?php endfor ? sfGuardUserProfile: profilo_1:

Re: [symfony-users] Question about fixtures: the object is not defined in your data file.

2011-01-10 Thread Gábor Fási
Be careful, the YAML parser won't like you if you mess up with Indentation. Keep in mind the following simple tips when adding PHP code to a YAML file: * The ?php ? statements must always start the line or be embedded in a value. * If a ?php ? statement ends a line, you need to explicly