I'm working on designing a shop of sorts. It sells widgets and
gadgets. Widgets have different sizes and colors; gadgets have
different weights. The price varies on the attributes. There may be
many, many different widgets and gadgets, but the only thing that
affects price is size/color or weight. At some point in the future,
additional attributes may be added (perhaps gadgets will get a height
attribute).

I need a table that says what the price is based on the attributes. It
seems like a tree would be a good choice:
Widget


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to