views:

21

answers:

0

Hello everyone,

i'm kinda new to Doctrine, been using Porpel before..

I'd like to generate model classes from my schema, but the objects will be stored in a mongoDB - thus i don't need/want Doctrine to generate and insert the SQL for those tables.

In Propel there was a handy attribute (skipSql: true) which worked like a charm for this requirement.. but couldn't find an equal feature in the doctrine docs..

Thanks in advance