[[
php:snippets:simple_buffer_templating
]]
Lucien144's wiki
Trace:
»
cheatsheet
»
common_settings
»
content_page
»
basic_unix_commands
»
trailing_slash_redirection
»
swf_object
»
blue_print_cheatsheet
»
radio_button_s_autocomplete_bug
»
ie_6_z-index_select_bug
»
simple_buffer_templating
ob_start
(
)
;
include
(
'template.phtml'
)
;
$template
=
ob_get_clean
(
)
;
return
$template
;
php/snippets/simple_buffer_templating.txt · Last modified: 2009/12/23 01:33 (external edit)
Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Noncommercial-Share Alike 3.0 Unported