I completely agree that debugging functionality is essential for proper
development and for understanding of a project you take over. But why not
use something like xDebug or ZendDebugger?

Arik

On Dec 27, 2007 12:15 AM, Federico Cargnelutti <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> Does anyone know if there are any plans to add new functionality to the
> Zend_Debug class? IMO this class has a lot more to offer.
>
> I always found inspirations in the eZ Components library, and the first
> thing I did when I got my hands on the ZF was to add a similar component
> to
> http://ezcomponents.org/docs/tutorials/Debug ezcDebug  to the framework.
>
> Imagine a Debugger that provides the user with valuable information, such
> as
> action controllers executed, parameters passed, views rendered, location
> of
> files, etc. And allow the user to write debug messages, and measure
> execution times. Basically to keep track of what's going on in the
> request/response process. It will of course depend on Zend_Log and other
> classes.
>
> In the last media agency I worked for, they had an action controller
> called
> DebugController, that could only be accessed by a range of IP addresses.
> This page would give you all the information of the last 6 requests made
> by
> an IP address (actions, params, queries executed, etc). It's such a useful
> tool, specially when you take over a project that don't know anything
> about,
> and you want to know exactly what the framework is doing behind your back.
>
> Has anyone implemented something similar? Are there any plans to implement
> something like this to the ZF?
>
> Thanks and happy holidays :)
>
> Fed.
>
>
>
>
>
>
> --
> View this message in context:
> http://www.nabble.com/Zend_Debug%2C-eZComponents-style.-tp14507061s16154p14507061.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>

Reply via email to