Even when having relationships (hasMany and such) implemented, I feel the 
need to user $this->loadModel to display related data. Indeed, when a User 
has 450 posts, there is a need to limit the number of associated data 
returned. But when I want to paginate all posts for a user profile, I 
use $this->loadModel .

But my question is : does it have an inpact on general performance ?

Thanks for your answers/ experience.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to