Yes, query results are cached (somewhere in DboSource I believe).  But
if you're paging results, why are you doing it by reading the entire
resultset into memory?

Model::findAll( ) has the $limit and $page parameters so you don't have
to.


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

Reply via email to