On Oct 25, 2007, at 10:34 AM, Freight wrote:
> > Hello, > > I am building a Webapp with Cake and love it very much. The > Application have about 30 models. The problem is, that it will > increase over the time. Now I wonder, if it could be better to divide > the Webapp into different CakeApps to reduce the amount of models per > CakeApp in future. > > What do you think? How many models do you have succesfully in one > CakeApp? What do you think, is the max-number of possible Models, so > that Cake still works stable? I think a more important concern is how many models you need for any given request. I don't think there's a big problem with having lots of available models - it's just how you use them that counts. This is especially less a concern since Cake loads things up only when you need them. -- John --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
