template_dir ="tpls/テンプレート"; $smarty->compile_dir ="tp"/> template_dir ="tpls/テンプレート"; $smarty->compile_dir ="tp">
ホームページ >バックエンド開発 >PHPチュートリアル >賢い、それを解決する方法
Smarty
include "libs/Smarty.class.php";
$smarty = new Smarty();
$smarty->template_dir ="tpls/templates";
$smarty->compile_dir = "tpls/templates_c";
$smarty->gt;config_dir = "tpls/config";
$tpl->gt;left_delimiter = "<{";
$tpl->right_delimiter = "}>";
?>
解析エラー: 構文エラー、E:AppServwwwtestsmartymain.php の 3 行目に予期しない T_VARIABLE
3 行目でエラーが報告されましたline
どなたかアドバイスをいただけますか...
-----解決策----- ---------------全角スペースを半角スペースに変更するだけです
include"libs/Smarty.class.php ";
$smarty = new Smarty(); > $smarty->template_dir ="tpls/templates";
$smarty->compile_dir ="tpls/templates_c";
$smarty ->config_dir = "tpls/config";
$ Smarty->cache_dir ="tpls/cache";
$tpl->gt;left_delimiter = "<{";
$tpl->gt ;right_delimiter = "}>>";
------解決策---------
話し合う