Smarty is a template engine for PHP.
I am having issue formatting variables in smarty. I was wondering what is the best way to do it. Basically …
php smarty smarty2I need to do deviding: {math equation="x/y" x=$x y=$y} // $x = '2', $y = '3' How …
php smarty smarty2How can i get the first smarty array element ? Actually i know how to do this... but i have following …
arrays smarty smarty2