我在http://localhost/home/index.php创建了一个 index.php 文件。该文件填充了以下代码。
<?php
# //include the file
require_once("FirePHP.class.php");
# //create the object
$firephp = FirePHP::getInstance(true);
# //send information
$firephp->fb("Hello world!");
?>
我启用了 fireBug 和 firePHP,顺便说一句,我下载了 firePHPCore 并将FirePHP.class.php复制到http://localhost/home/FirePHP.class.php目录。
要运行此代码,我看不到消息“Hello world!” 在萤火虫控制台中。
我按照教程 http://yensdesign.com/2008/10/how-to-debug-php-code/
Winxp 和 fireFox 3.6.3;火虫 1.5.3;使用firePHP 0.4.3。有什么建议吗?