Hi,

I am looking around for a solution to load seed data into my project.
Until now, I have been using fixtures to load the data, but of course
this gets very dangerous when you have live, non static data on your
production server!

In the rails world, there is Seed Fu https://github.com/mbleigh/seed-fu
and I am thinking of building out a seed data bundle for symfony along
the same lines. (and here is a good rails-centric discussion of
various seeding strategies and their downfalls:
http://railspikes.com/2008/2/1/loading-seed-data)

It seems to me that I could get a long way by branching off the
doctrine fixtures bundle. I would need to get rid of the parts of it
that are involved with dropping data and change the data loading to do
"insert or update" rather then just insert.

I'm wondering if anyone would be interested in the bundle, would be
interested in helping out?

-- 
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