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 工作正常,除非我在类中使用它,有什么想法吗?
$firephp = FirePHP::getInstance(true); $firephp->log('I'm logged from firePHP!!');
如果我将它粘贴在 index.php 中的某个位置,它将正常工作。但是如果我把它放在一个必需的文件中,它就不再起作用了。