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:
    user_id:      utente_1
    nome:         Filippo Batistini
    note:         jfkjsdf
<?php for($i=2; $i<=50; $i++): ?>
  profilo_<?php echo $i?>:
    user_id:      utente_<?php echo $i?>
    nome:         Filippo Batistini
    note:         jfkjsdf
<?php endfor ?>

And I'm getting the error:


  The object "utente_2    nome:         Filippo Batistini" from class
"sfGuardUser" is not defined in your data file.

Any idea?

Regards

Javi

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to