search for: recipie_text

Displaying 1 result from an estimated 1 matches for "recipie_text".

2006 Feb 19
0
creating a model that has other models as elements
Say I have the following three tables: dogs ------- id (PK) name cats ------ id (PK) name recipies ----------- id (PK) recipie_text I''ve made a model for each of them: Dog, Cat and Recipie. Now I want to create a model, Cookoff, that will contain arrays of Dog, Cat and Recipie objects. There is no associated database table for Cookoff because it''s merely a container for a specific request, not an actual data...