Smarty メモ

Smarty メモ

設定で

#smartyクラス
require_once “Smarty/libs/Smarty.class.php”;
$smarty = new Smarty;
$smarty->template_dir = “common/Smarty/templates/”; ←ここと
$smarty->compile_dir = “common/Smarty/templates_c/”; ←ここと
$smarty->register_outputfilter(“SJIS_Encoding”);

を変えれば、

root—index.html
|
—— common—smarty

が出来る。