Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FirePhp を使用してデバッグするための次の構文に精通しています。
$this->firephp->log($this->db->queries); // for printing SQL queries $this->firephp->log($var); // for printing variables
log() メソッドの引数がもっとあるのだろうか...デバッグ用ですか?
前もって感謝します!