WIZARDISHUNGRY + doctrine   3

#221: [Inheritance] Joined: Default discriminator map by comfortablynumb for doctrine/doctrine2 - Pull Request - GitHub
if you have a class which is the root of a class table inheritance tree (JOINED type), you can let doctrine configure the DiscriminatorMap for you, filling it with all the subclasses of the root class. If, for some reason, the user needs to configure it by himself, then he can do it. If the DiscriminatorMap is set, Doctrine doesn't generate it.
doctrine 
january 2012 by WIZARDISHUNGRY

Copy this bookmark:



description:


tags: