Debug by symfony
I think many of you have experienced the time-consuming process of checking data or errors...
This extension simplifies the job and makes the data output more readable!
To forcibly load the Debug library by Symfony, you can use
$this->load->library('debug')
You can turn on error and exception output with Symfony in the settings
of the extension or in your own code with
$this->debug->enable()
Functions can be called either -
dump() or
$this->debug->dump()
New functions added:
dd() - Dump and Die.
td() - Throw Dump.
If I made your life easier, I would appreciate a donation!

Login and write down your comment.
Login my OpenCart Account