I have some variables inside a template and I don\'t know where I assigned them. I need to know what is inside a particular variable; for instance, say I have a variable in
in smarty V3 you can use this
{var_dump($variable)}