On Sat, Mar 21, 2009 at 9:57 AM, BrianRehg <[email protected]> wrote: > > To me it sounds like Tools, Equipment and Supplies are all "items" > that a user can select. Have you thought about placing them all into > one table like "equipment" and then create a new table called > "categories". Then store the categories primary id as the foreign key > "catetgory_id" in the " equipment table.
I agree, though I'd probably look at using TreeBehavior for Category with many Items. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
