On Sun, Feb 15, 2009 at 9:39 AM, Martin Westin <[email protected]> wrote: > > I have also had varying success using output buffering so I would also > sugger using a shell command that returns the output instead of > printing it. Just to save you any further headache. But ob stuff > should work and I too would be a little interested in knowing of any > dos and don'ts within Cake's classes.
Yeah, It'd be great if someone with a really deep knowledge of core were to post something about this. > I also saw this in the php manual: > The system() call also tries to automatically flush the web server's > output buffer after each line of output if PHP is running as a server > module. Yes, this is the reason I set up a buffer for the system() call. They can be stacked, so this usually isn't a problem. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
