On Thu, Mar 31, 2011 at 8:15 AM, Jeremy Burns | Class Outfit <[email protected]> wrote: > If you are returning this data to display on a view you wouldn't want to show > this much data, > so you'd use pagination which cuts down the number of rows returned. This > won't apply if > you are getting the data for some sort of processing, but it was worth a > mention.
I was going to mention pagination, as well, because that's precisely the example used. heohni, if you're paginating results, you're not likely to set the limit to 10000. -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
