Yes a model represents a database table and deals with the business logic for that table. So yes, you would most likely need 1 model per table. Less files is not always best.
On Oct 18, 8:16 am, robustsolution <[email protected]> wrote: > as for particular cases, I need more information > > On Oct 18, 6:13 pm, robustsolution <[email protected]> wrote: > > > Dear jonlyles > > > In general and if you stick to MVC then > > > M is required for each T (table) > > > C is for ZERO or more M > > > V is for 1 or more A (action) > > > A requires ZERO or 1 view > > > a for particular cases, I need more information --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
