I have an abstract class User and 2 classes which inherit from it, namely BEUser and FEUser. Information about all users (FEUser and BEUser) is stored in a single table. Does Doctrine allows this kind of mapping? Any examples?
Also if doctrine supports it which object does the table class return (FEUser or BEUser)?
Thank You