Scienta ZF Debug Bar 1.4
2 Apr 2009
Thanks to all the comments in the introducing blog post , a lot of great features have been implemented in the new version 1.4 of my debug bar plugin for Zend Framework.
PHP
- List of included files include Zend Framework files, are sorted alphabetically and shows the total number of files
- Options can be passed as a Zend_Config instance
- Variables panel include the content of $_COOKIE and $_POST globals
- Ability to set custom timers
jQuery
- Updated to version 1.3.2
- Ability to override path to jQuery lib
- Should no longer interfere with other libs like Prototype
HTML
- The output is valid HTML4_STRICT
- Javascript and CSS are injected into the head of the page rather than the body
- The cursor changes to a pointer to indicate clickable areas
Head over to the Scienta ZF Debug Bar page and give it a spin or read the introducing post.