标签:style color ar sp art on c r new
index.php:
$smarty = new Smarty;
$smarty->assign(‘articleTitle‘, "Psychics predict world didn‘t end");
$smarty->display(‘index.tpl‘);
index.tpl:
{$articleTitle|cat:" yesterday."}
OUTPUT:
Psychics predict world didn‘t end yesterday.
标签:style color ar sp art on c r new
原文地址:http://my.oschina.net/JKOPERA/blog/322982