I created a debug widget similar to what you find in other frameworks (yii debug toolbar, django debug toolbar, etc...), and wanted to get some feedback on it. For now its mostly a proof of concept while I try to figure out the best entry points for getting data from the framework.
Its pretty basic for now. I mostly only use it for checking out $_SESSION and sql queries. I'm still very new to phalconphp (as I'm sure most of us here are) but would appreciate feedback.
Preview image here: https://raw2.github.com/jymboche/phalcon-debug-widget/master/preview.png
Github Project and Instructions Here: https://github.com/jymboche/phalcon-debug-widget
Thanks! -Micah