CodeIgniter Forums
How do I prevent CI from buffering view output? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: How do I prevent CI from buffering view output? (/showthread.php?tid=24812)



How do I prevent CI from buffering view output? - El Forum - 11-20-2009

[eluser]Unknown[/eluser]
I would like the output from my view, which ends in an echo statement, to be sent out directly without being buffered and processed by CI. Can this be done?

To see why refer to this post: http://ellislab.com/forums/viewthread/135458/

Greg