Discussion:
FirePHP integration
Ivan Shumkov
2007-04-10 14:12:55 UTC
Permalink
I'm think about integration FirePHP (http://firephp.org) in to Zend
Framework:
1. Use Our_FirePHP for implementation protocol (I didn't like default PEAR
class)
2. Use Zend_Log_Writer_FirePhp for writing log
3. Use Zend_Controller_Plugin_FirePhp for response "Capabilities Definition"
and FirePhp data

What do you think about it? It's intresting for you?
--
View this message in context: http://www.nabble.com/FirePHP-integration-tf3553243s16154.html#a9920579
Sent from the Zend Framework mailing list archive at Nabble.com.
Jean-Marc Fontaine
2007-04-10 14:32:24 UTC
Permalink
Hi Ivan,

In fact, I already implemented that for the first FirePHP release. I am
waiting for the next release, which should be a major rewrite, to make
my code publicly available.

Maybe we could make a common proposal if you will and if there is good
feedback from this list.

Regards.

Jean-Marc
Ivan Shumkov
2007-04-10 18:27:53 UTC
Permalink
Post by Jean-Marc Fontaine
Maybe we could make a common proposal if you will and if there is good
feedback from this list.
Its a good idea! I'm ready! Please tell me more about you implementation!
--
View this message in context: http://www.nabble.com/FirePHP-integration-tf3553243s16154.html#a9925518
Sent from the Zend Framework mailing list archive at Nabble.com.
Eric Coleman
2007-04-10 17:45:46 UTC
Permalink
In addition to this request, it would be nice if Zend_Debug::dump()
detected and used xdebug if available.

Regards,
Eric
Post by Ivan Shumkov
I'm think about integration FirePHP (http://firephp.org) in to Zend
1. Use Our_FirePHP for implementation protocol (I didn't like default PEAR
class)
2. Use Zend_Log_Writer_FirePhp for writing log
3. Use Zend_Controller_Plugin_FirePhp for response "Capabilities Definition"
and FirePhp data
What do you think about it? It's intresting for you?
I like the idea. Is there some way to create the proposal using
Zend_Debug? I've never used Zend Platform, but if there's similar
functionality (according to the FirePHP site, there is), it'd be nice to
have it all in one place.
The FirePHP PEAR class isn't complicated and could be built on Zend
Framework components that will already be loaded anyway. Also, I just
threw up a quick, one-class Zend_Stopwatch proposal that I had laying
around that it could use, as well.
-Matt
Matthew Ratzloff
2007-04-10 17:37:04 UTC
Permalink
Post by Ivan Shumkov
I'm think about integration FirePHP (http://firephp.org) in to Zend
1. Use Our_FirePHP for implementation protocol (I didn't like default PEAR
class)
2. Use Zend_Log_Writer_FirePhp for writing log
3. Use Zend_Controller_Plugin_FirePhp for response "Capabilities Definition"
and FirePhp data
What do you think about it? It's intresting for you?
I like the idea. Is there some way to create the proposal using
Zend_Debug? I've never used Zend Platform, but if there's similar
functionality (according to the FirePHP site, there is), it'd be nice to
have it all in one place.

The FirePHP PEAR class isn't complicated and could be built on Zend
Framework components that will already be loaded anyway. Also, I just
threw up a quick, one-class Zend_Stopwatch proposal that I had laying
around that it could use, as well.

-Matt
Loading...