推荐一个ZendFramework debug工具ZFDebug

来源:互联网 发布:布料制作软件 编辑:程序博客网 时间:2024/06/05 23:41

ZFDebug is a plugin for the Zend Framework for PHP5 written by Joakim Nygård. It provides useful debug information displayed in a small bar at the bottom of every page. ZF Debug has been renamed from Scienta ZF Debug Bar when moving from private hosting to googlecode. The original page for Scienta ZF Debug Bar remains available

The available plugins at this point are:

Cache: Information on Zend_Cache and APC.
Database: Full listing of SQL queries and the time for each.
Exception: Error handling of errors and exceptions.
File: Number and size of files included with complete list.
Html: Number of external stylesheets and javascripts. Link to validate with W3C.
Memory: Peak memory usage, memory usage of action controller and support for custom memory measurements.
Registry: Contents of Zend_Registry
Time: Timing information of current request, time spent in action controller and custom timers. Also average, min and max time for requests.
Variables: View variables, request info and contents of $COOKIE and $POST …….
——————————————–

挺不错的,调试程序挺方便的.
地址:猛点此处…

原创粉丝点击