[Feature Request] Association Overrides

0 votes
asked Apr 23, 2015 in Feature Request by Damien (350 points)

As part of doctrine features, we would need to override attributes and associations.
Specifications : http://doctrine-orm.readthedocs.org/en/latest/tutorials/override-field-association-mappings-in-subclasses.html

Cheers

1 Answer

0 votes
answered Apr 23, 2015 by ludek.vodicka Skipper developer (140,450 points)

Hi,

Attributes overrides is already available in Skipper. Associations overrides isn't implemented yet.

Unfortunately whole override mechanism is very messy and it's not easy to implement it because of it's nature. Because of low demand of this feature (you're the first one) we have this feature on the bottom of our todo list so I can't promise any specific term.

From our point of view it's better to avoid these two features (attributes and associations override) because using it isn't a good and clean way how to create your models.

...