count_paragraphs计算段数

This is used to count the number of paragraphs in a variable.

计算变量里的段落数量

Example 5-5. count_paragraphs
例 5-5.计算段落数量(该例子有误)

index.php:



$smarty = new Smarty;

$smarty->assign('articleTitle', 'War Dims Hope for Peace. Child's Death Ruins Couple's Holiday.');

$smarty->display('index.tpl');



index.tpl:



{$articleTitle}

{$articleTitle|count_paragraphs}



OUTPUT:



War Dims Hope for Peace. Child's Death Ruins Couple's Holiday. 



Man is Fatally Slain. Death Causes Loneliness, Feeling of Isolation.

2