Smarty是什么?
为何使用它?
用例和工作流
语法比较
模板继承
最佳实践
速成教程
用于计算变量中的段落数。
示例 5.5。count_paragraphs
<?php $smarty->assign('articleTitle', "War Dims Hope for Peace. Child's Death Ruins Couple's Holiday.\n\n Man is Fatally Slain. Death Causes Loneliness, Feeling of Isolation." ); ?>
模板为
{$articleTitle} {$articleTitle|count_paragraphs}
将输出
War Dims Hope for Peace. Child's Death Ruins Couple's Holiday. Man is Fatally Slain. Death Causes Loneliness, Feeling of Isolation. 2