Hi, I want to populate my db using the data-load task, but two of my tables reference each other, and this does not work well with the standard data fixture yml file.
1. Is there a standard way to populate such data using the yml files ? 2. If not - I want to extend sfPropelLoadDataTask, and fix the problematic dependencies after my yml data was inserted to the db. I got this idea here http://forum.symfony-project.org/index.php/m/17605/1181/0///#msg_17605, but I suspect this is a Doctrine solution. My question - how do I extend sfPropelLoadDataTask in a standard way ? (when I say standard I mean that running 'symfony propel:data-load' will execute MY class) 10x. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
