On 10/25/07, Freight <[EMAIL PROTECTED]> wrote:
>
> 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 don't think there is any limit to how many models you can use, but
it does require judicious use of loadModel(...) and var $use =
array(...) so that you're only loading the models you actually need in
memory.  You could have 1000 models, but all that really matters is
how many are in memory at once.

I'm sure others will correct me if I'm wrong.

-- 
Chris Hartjes

My motto for 2007:  "Just build it, damnit!"

@TheKeyboard - http://www.littlehart.net/atthekeyboard

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to