templates_dir="템플릿"; $smarty->templates_c_dir="템플릿_c";"/> templates_dir="템플릿"; $smarty->templates_c_dir="템플릿_c";">
코드 복사 코드는 다음과 같습니다.
require_once("Smarty/libs/Smarty.class.php");
$smarty = new smarty()
$smarty->templates_dir="templates"
$smarty->templates_c_dir="templates_c"
$smarty->left_delimiter=" <{ ";
$smarty->right_delimiter="}>";
$smarty->asse("title","성공했습니다");
$smarty->display (" test.html");
$c
$fp=fopen("ok.html","w")
fwrite($fp,$content); fp) ;
?>