Webonaute / DoctrineFixturesGeneratorBundle

Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.
63 stars 47 forks source link

Is there a way to automatically include all ids from an entity ? #3

Closed cfournel closed 10 years ago

cfournel commented 10 years ago

your bundle works well but it's a bit useless if we have to specifiy every ids we want in fixtures ...

i agree it's great to be able to filter , but by default, it should take everything in database , no ?

hope you ll update this :)

cfournel commented 10 years ago

Sorry , after parsing the code , i found the solution , you have to specify no ids to --ids parameters