The Gedmo extensions use their own metadata system, completely unrelated to doctrine's.
Currently, you'd simply implement a mapping driver directly: rather than using the PHP driver, you really just implement the driver interface. We will change how metadata is loaded in 3.x, allowing for (eventually) custom mapping as well. Greets, Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 12 November 2015 at 12:26, dunaeth <[email protected]> wrote: > Hi, > > Many doctrine extensions only focus on YAML, XML and Annotation drivers, > like Gedmo extensions, and I was wondering if it was possible to easily do > PHP drivers for those kind of extensions. For now, I think it would require > to write some specific ClassMetadata derived class to be able to handle new > properties. Is there another (and better) way to do this ? Are PHP Drivers > not intended to be used for this ? > > -- > 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. > -- 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.
