[Flow] Multiple inheritance for models
Falk
vixe4all at freenet.de
Mon Feb 9 16:33:13 CET 2015
Hello guys,
I've a model "bill" which has a lot common properties of referenced models (e.g. model "address" and model "costLocaction") for archive purposes (instead of referencing). What is the best way to avoid "duplicating" the model properties (traits)?
model: bill
---------------
property
property1 of address
property2 of address
property1 of costLocation
property2 of costLocation
..
Best Falk
More information about the Flow
mailing list