Thread: PHP Template
View Single Post
Old 08-18-2009, 06:21 PM   #9 (permalink)
ioan1k
The Contributor
 
ioan1k's Avatar
 
Join Date: Mar 2009
Location: US
Posts: 76
Thanks: 0
ioan1k is on a distinguished road
Default

Line 69 :
php Code:
Should be
php Code:

ob_end_clean() will clean all buffers started with ob_start() .. any buffer started before parsing the template will be flushed, while ob_clean() will only empty the last buffer started. Cleaning the enter buffer could result in later bugs, if using output buffering for other sections
__________________
My Portfolio - Work - Need freelance Work?
I've been developing 5 years now, and I learn something new everyday
ioan1k is offline  
Reply With Quote