View Single Post
Old 08-12-2008, 01:05 AM   #3 (permalink)
Aaron
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

In php you can do this thing:
PHP Code:
ob_start();
ob_flush(); 
I really really like these functions. However, I cannot use them while using smarty, because the entire template runs through without me being able to interfere. Now, I could split up the template files and cut them where I want to use ob_flush(), but It seems half-assed.
__________________
Signatures are nothing but incriminating.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote