display('ind"/> display('ind">
Smarty は php タグをどのように使用して変数を出力しますか?
index.php
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> $smarty = new Smarty; $smarty->allow_php_tag=true; $smarty->assign("a", "aaaaaaaaaaaaaa"); $smarty->display('index.tpl');