デフォルト[デフォルト値]
default[默認(rèn)值]
test.php:
$smarty = 新しい Smarty ;
$smarty->assign('articleTitle', 'ディーラーは正午に車の會(huì)話を聞くことになります。');
$smarty->display('test.html');
test.html:
{$articleTitle|default:"タイトルなし"}
{$myTitle|default:"タイトルなし"}
出力:
ディーラーは正午に車の話を聞きます。
タイトルなし