OldManExcellor
New Member
- Joined
- May 30, 2011
- Messages
- 45
I have products that have properties. (product.name, product.weight, ...)
I have markets that have properties. (market.population, market.inflation, ...)
And then I have product*market combinations that have properties. (product*market.sales, product*market.share, ...)
What is the best way to organize this using objects and arrays?
I have markets that have properties. (market.population, market.inflation, ...)
And then I have product*market combinations that have properties. (product*market.sales, product*market.share, ...)
What is the best way to organize this using objects and arrays?