Debugging with FirePhp

94 views Asked by At

I'm familiar with the following syntax for debugging using FirePhp:

$this->firephp->log($this->db->queries); // for printing SQL queries
$this->firephp->log($var); // for printing variables

I wonder if their are more arguments for the log() method...for debugging?

Thanks in advance!

0

There are 0 answers