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.
如何在 ZFDebug 工具栏中记录自定义消息或记录输出?
我用谷歌搜索并找不到一个例子。我开始知道有一个叫做文本插件的东西。但我不知道如何使用它。谁能给我一个例子?
添加例如和错误消息很简单:
ZFDebug_Controller_Plugin_Debug_Plugin_Exception::errorHandler($level, $message, $file, $line);
当您想向 ZFDebug 添加新选项卡时,只需编写您自己的插件即可。然后在初始化 ZFDebug 时将写入的类包含到选项中。