Erich C. Beyrent wrote: > Right - some of the tables are quite large. I increased the memory limit in > php.ini from 8mb to 16mb, but might go larger if this is an issue. > > Scaffolding out of the box doesn't paginate, does it? I suppose if want > that, I'll have to right my own logic in the controller...
Correct. Right now this is done via a controller component. You can also fake it out using limits and whatnot if you're not interested in doing the component bit. I hear that Cake 1.2 will have native pagination. We'll have to wait and see how that turns out (I'm betting it'll be nice). HTH, Matt -- BASIC: A programming language. Related to certain social diseases in that those who have it will not admit it in polite company. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
