私は本当に検索しましたが、何も見つかりませんでした。
私はテンプレートライトで初めてです。私は私のプロジェクトtemplate_liteライブラリを追加し、私は2つのファイルがあります。
test.phpは:
require("../src/class.template.php");
$tpl = new Template_Lite;
$tpl->assign("foo","bar");
test.htmlは
<html>
<head>
<title>Document Title</title>
</head>
<body>
{$foo}
</body>
</html>
what the wrong is output:"{$foo}"