display('ind"/> display('ind">
ホームページ >バックエンド開発 >PHPチュートリアル >Smartyでphpタグを使用して変数を出力する方法
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');