cat[接続文字列]
cat (cat の値を指定された変數(shù)に接続します)
test.php:
$ Smarty = new Smarty;
$smarty->assign('articleTitle', "超能力者は世界は終わらなかったと予測(cè)する");
$smarty->display('test.html');
test.html:
{$articleTitle|cat:" 昨日。"}
出力:
超能力者は世界がそうではなかったと予測(cè)昨日で終わります。
cat (cat の値を指定された変數(shù)に接続します)
test.php:
$ Smarty = new Smarty;
$smarty->assign('articleTitle', "超能力者は世界は終わらなかったと予測(cè)する");
$smarty->display('test.html');
test.html:
{$articleTitle|cat:" 昨日。"}
出力:
超能力者は世界がそうではなかったと予測(cè)昨日で終わります。
このコースを視聴した生徒はこちらも學(xué)んでいます