|
How I can extend existing model e.g. Node using Modules so don't get my core framework dirty for future upgrades. I want to extend node model with few more fields, such as product (associated with), source, etc. I can see easiest way is to create new model class and associate that to node. But want to avoid two tables in DB (doesn't make any sense for 1.1 relationship). Any help would be greatly appreciated. |