For anybody interested, this is possible by using the configureDoctrineConnection hook in your ProjectConfiguration class.
See the following gist for an example: http://gist.github.com/244558 On Oct 18, 12:03 am, Marijn <[email protected]> wrote: > Hi, > > Is it possible to generate the database from the phpdoc metadata > mapping with sfDoctrine2Plugin instead of the default YAML mapping? > Since I have already been playing a lot with doctrine 2 I don't really > feel like converting all my models to YAML. > > Kind regards, > > Marijn -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
