It will be nice to have a macro like sc_display(variable) that will display the content of a variable when the Debug Mode is ON
1 Like
Good suggestion. In the meanwhile, you can use the value of $this->Db->debug
, in events that happen after the database connection has been established (all of them except onApplicationInit).
Ok, thanks