function load_template($name, $vars) { extract($vars); include $name; }. Wrap with ob_start and ob_get_clean if you want to capture the ...
確定! 回上一頁