Hello, I'm relatively new to CakePHP but have read the manual through several times and am familiar with the concepts. I have a legacy database that has a table in it that I don't know how to handle in Cake so that Bake will bake everything correctly. There's a table called "Categories" that has the primary key 'category_id'. There is another field in this same table called 'parent_category_id' that stores the primary key of the category of the parent. How do I tell Cake that this field points to the primary key of this table and not of a table called "Parent_Categories"?
Thanks, Joe Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
