// 指定したテンプレートのコンパイルファイルを破棄する $smarty->clear_compiled_tpl(“index.tpl”); // コンパイルディレクトリの中身を全て破棄する $s …
カテゴリーアーカイブ: Smarty
Smarty用テンプレートがShiftJISでも使えるようにする。
//Smarty用テンプレートがShiftJISでも使えるようにする。 $smarty->register_prefilter(“convert_encoding_to_eucjp”); $ …