Hello all, I have been using cake's xmlhelper to render my xml output quite successfully. but i need to create a rather large file (20000 records), for a product feed export. if i limit my results to 100 at a time they render fine but obviously a brickwall is hit at higher numbers php generates out of memory erros and the like.
my idea was to render xmlHelpers output (the view) to a file instead of live. then maybe the execution could be staggered and not timeout. i dont want to run up against php's script execution time limit. maybe its time to bust out requestAction with a for loop that runs through 100 records per iteration. i can set all that up, but am still unsure about how to output the view into a file. anyone else run into a solution for this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
