Hi!
I need in smarty template to transmit to function concatenated string constant with variable value, How can i do it?
some example code:
{$obj->calledFunc('string const').$var}
but . operator doesn't work
Hi!
I need in smarty template to transmit to function concatenated string constant with variable value, How can i do it?
some example code:
{$obj->calledFunc('string const').$var}
but . operator doesn't work