고양이[연결 문자열]
cat(cat의 값을 주어진 변수에 연결)
test.php:
$smarty = new Smarty;
$smarty->ass('articleTitle', "Psychics는 세계를 예측하지 못했습니다. 't end");
$smarty->display('test.html');
test.html:
{$articleTitle|cat:" 어제."}
출력:
Psychics 예측 세상은 어제 끝나지 않았습니다.
이 강좌를 시청한 학생들도 학습하고 있습니다.