Normally Model<->Table is a 1:1 relationship. You can easily work around this, but I think that's against the idea behind Models.
So yes, you should create a [model].php for every table you want to work with (besides join tables).



sicapitan schrieb:
According the the manual, it says the model relates directly to a
database table.  But I have multiple tables.  Does this mean I need a
model.php file for each table?  Surely not.




  

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to