My question is how to debug with cs cart?
I'm palying with the advanced hello_world and I'm trying to debug the func.php.
How can I debug a variable inside func.php?
Thanks
[quote name='nil2567' timestamp='1420830003' post='202113']
My question is how to debug with cs cart?
I'm palying with the advanced hello_world and I'm trying to debug the func.php.
How can I debug a variable inside func.php?
Thanks
[/quote]
fn_print_r($my_var);
or
fn_print_die($my_var);
Hope this will help