John, I was definitely getting memory errors. But DEBUG set at 3 would
not show the error, just a blank page would return.

The pagination component saved my life, I am succesfully browsing
40,000+ records doing ajax calls (50, 100 or 200 at a time).

On Feb 24, 6:03 am, "mindcharger" <[EMAIL PROTECTED]> wrote:
> Also, you can increase the memory assigned to a PHP script (just look
> into php.ini) so the script can use more memory, which in your case
> means extra capabilities to hanlde more data...
>
> Cheers
>
> On Feb 23, 9:36 pm, "John David Anderson (_psychic_)"
>
> <[EMAIL PROTECTED]> wrote:
> > On Feb 23, 2007, at 12:01 PM, [EMAIL PROTECTED] wrote:
>
> > > Im working on a project where I have to make a frontend for store
> > > sales (reports), where each store has a very large number (100k+) of
> > > receipts and even larger number of sold items. The database is a mysql
> > > datamart. If I limit the number of receipts cake will show the
> > > information fine, but for 10,000 or more receipts it will only show a
> > > blank page. I even tried removing associations to bring less data.
>
> > > Is this a cake or php problem? how can I bring back 10,000, 20,000, or
> > > + records at a time ?
>
> > My guess is that you might be getting max memory errors. Have you
> > turned up DEBUG to see any error messages?
>
> > -- John


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to