How to Debug Variables in Smarty like in PHP var_dump()
- by streetparade
I have some variables inside a template and i dont know where i assigned them, so i need to know what inside this variable is
say i have a var in smarty called member
i tryed with {debug} but it didnt work, no popup was shown.
How can i debug smarty variables using something like var_dump() inside the templates ?