Cake do not do lazy loading of models. Manual approach is keep $uses empty in controllers and use bind() methods in models on every query. There was LazyLoading behavior or component by someone, I don't remember, but it was long time ago, maybe even for Cake 1.1. And it was unstable.
On Jun 20, 9:22 am, "Alan Asher" <[email protected]> wrote: > I found an article online about lazyloading of models based on their need > rather than all at once. > > I've tried making a custom method of binding models on the fly but that has > many problems as well. I have roughly 80 tables that all relate to the user > some how and they all inter relate to eachother too. > > Does cakephp1.3 do lazy loading by default? > > Does anyone have a solution to loading models and/or binding models on the > fly? > > Alan 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
