3

这里的任何人都可以指出我使用 firebug 登录 Zend 1.9.x 的正确方向吗?

我正在使用这个:(来自 Zend 框架手册页)

// Place this in your bootstrap file before dispatching your front controller
$writer = new Zend_Log_Writer_Firebug();
$logger = new Zend_Log($writer);

// Use this in your model, view and controller files
$logger->log('This is a log message!', Zend_Log::INFO);

但它根本不起作用。

4

2 回答 2

3

在确保您安装了 firephp 之后,您可以查看这些视频以获取有关 ZF 和 Firebug 的更多信息 || 如何工作 Firephp 以及如何逐步调试示例 ajax 请求,甚至如何创建一个 firebug 操作助手

第 1 部分:http ://www.zendcasts.com/debugging-zend-projects-with-firebug/2009/08/

第 2 部分:http ://www.zendcasts.com/custom-action-helpers-for-firebug/2009/08/

希望这会帮助你

于 2009-09-13T11:28:17.317 回答
1

简单的问题:您是否为 Firebug 安装了 FirePHP?:)

于 2009-09-12T16:31:37.777 回答