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

add slashes to escape text values #17

Closed paullbn closed 9 years ago

paullbn commented 9 years ago

Hey,

I "addslashed" the $value in generateFixtureItemStub($item) function to support database text values containing double quotes. It prevent syntax errors in generated fixtures classes.

paullbn commented 9 years ago

Sorry, just saw the issue discussion related to this bug...