How to Debug Variables in Smarty like in PHP var_dump()

后端 未结 13 646
别那么骄傲
别那么骄傲 2020-12-22 16:13

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

13条回答
  •  独厮守ぢ
    2020-12-22 16:33

    To debug in smarty in prestashop 1.6.x :

    {ffffd($variable)} -> debug and die
    
    {ppp($variable)} -> debug only
    

    An onther usefull debug tag :

    {debug}
    

提交回复
热议问题