I have a Base entity and it's children, for example: news, discounts, gallery, etc..
What I would like to achieve is, that the Base class has an association map to the Image entity, so all it's children are automatically joined with the Image class.
Could you please give me some advice how to achieve this? Thanks
Whenever you have an inheritance using Doctrine, you need to follow the guidelines:
http://doctrine-orm.readthedocs.org/en/2.0.x/reference/inheritance-mapping.html