Top "Smarty" questions

Smarty is a templating engine for PHP.

How to call a php function inside a smarty .tpl file?

Hi i have written a function in .php file. i.e. public static function getCategories($id_lang = false, $active = true, $…

php smarty prestashop
show a smarty variable with html content

I have a smarty variable with html content in it like: $html="<strong>Content</strong><…

html smarty
DOMPDF: Unable to stream pdf: headers already sent

This question has been raised hundred of times in various fora; some have been solved, some not. I checked plenty …

php smarty dompdf
How can define variable inside smarty template file?

How can i define variable not in PHP but in .TPL? (smarty template file)

php smarty
Smarty: how to use PHP functions?

Say I have the following in my TPL file: {$a} and I want to apply certain PHP native functions (e.…

php smarty
Concatenation string with variable in smarty

I need in smarty template to transmit to function concatenated string constant with variable value, How can i do it? …

smarty
PHP filemtime function - "stat failed for"

I have a problem with PHP filemtime function. In my webapp I use Smarty template engine with caching option. In …

php unix smarty
Break/explode String in smarty

can some 1 tell how to break this sort of String in smarty what i want is "1" as price and "dollar" …

php smarty
How to check iteration in smarty?

How can I check the current iteration for foreach and do something? {foreach $new_products as $product name=foo} {if $…

foreach smarty
How to find last index of foreach loop in smarty

How to get last index value of foreach loop in smarty,i m new for smarty I have used this …

php smarty