On 8 October 2015 at 17:32, dunaeth <[email protected]> wrote: > You would not need to insert logic at entity level but you'd still need to > have the manipulated fields to be defined as entity fields (even if they > should not be used). >
There is no such need: metadata doesn't necessarily need to reference reflection properties. > For now, I could use the traits provided by DoctrineExtensions to separate > nested-set internals from entity definitions but I'll still search a way to > have database design agnostic entities. > I linked you to DoctrineExtensions to show you how a separate metadata structure can be achieved, not to have you reuse that code ;-) 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/d/optout.
