Top "Smarty2" questions

Smarty is a template engine for PHP.

Smarty getting substring of a var with strpos as start and strlen as end

I am having issue formatting variables in smarty. I was wondering what is the best way to do it. Basically …

php smarty smarty2
smarty convert string to number

I need to do deviding: {math equation="x/y" x=$x y=$y} // $x = '2', $y = '3' How …

php smarty smarty2
Get first Smarty Array-Element

How can i get the first smarty array element ? Actually i know how to do this... but i have following …

arrays smarty smarty2
{if}{else} do not work properly in smarty

I have following smarty code on my template {capture name="diff"} {datediff timestamp=$data_base.updated_date} {/capture} {$smarty.capture.…

php smarty smarty3 smarty2