> ps ->paginate($somethingMaybeHuge); is IMO a really bad idea/negating > the point of pagination
Hm, i'm not sure if i get you right....you say that it may be a bad idea just because the data passed maybe very large? Dont you have the same problem if you call paginate with bad settings, e.g. limit 123456789? IMHO it's in the responsibility of the developer to take care about the size of the passed data...well, whatever, it would be nice to have the pagination available for data that doesn't come from a model. Btw: i decided to do the caching in the datasource, so paginate works fine as there is no difference in the upper MVC layers. 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
