Example : count_words
<?php
$smarty->assign('articleTitle', 'Dealers Will Hear Car Talk at Noon.');
?>
Where template is:$smarty->assign('articleTitle', 'Dealers Will Hear Car Talk at Noon.');
?>
{$articleTitle}
{$articleTitle|count_words}
This will output:{$articleTitle|count_words}
Dealers Will Hear Car Talk at Noon.
7
7
No comments:
Post a Comment