On 3 February 2014 15:21, Nima Sadjadi <[email protected]> wrote: > Ok, I take certainly your advice to run a CLI command to auto-generate > yaml files, but before editing them to set onetoone and onetomany etc. I > prefer to run a simple DQL using yaml entities. Was this what you suggested? >
I am suggesting a "normal" setup: entities + metadata, where metadata is either annotations, xml or yaml. Then focus on converting it to "ionCube compatible" later - otherwise you're just tangled up into complex conflicting bugs caused by a lot of different factors. The first thing to do when analyzing a bug or unexpected condition is to reduce the scope of the analysis: by introducing so many custom factors, you are just overcomplicating the problem from the beginning. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/groups/opt_out.
