08-18-2009, 06:21 PM
|
#9 (permalink)
|
|
The Contributor
Join Date: Mar 2009
Location: US
Posts: 76
Thanks: 0
|
Line 69 :
Should be
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
|
|
|
|