How do I generate Symfony fixtures YML from exising database data?

Posted by frodosghost on Stack Overflow See other posts from Stack Overflow or by frodosghost
Published on 2009-11-25T23:46:46Z Indexed on 2010/04/27 3:03 UTC
Read the original article Hit count: 272

Filed under:
|
|
|
|

I was wondering if anyone knew how to generate a fixture.yml from data that is already existing in the database?

As you can use the build-schema to generate a schema, is there a way to do that for data?

symfony propel:build-schema

© Stack Overflow or respective owner

Related posts about symfony

Related posts about fixtures