PQP - PHP Quick Profiler
Tue, 04/28/2009 - 14:24
Hi folks,
has anyone made some experience with PQP (see http://particletree.com/features/php-quick-profiler/)
If i find some time, I eventually would try to integrate this with QCubed, but this is far down on my priority list, as I have enough to do for now. But the Profiler as it is, seems to be very promising.

fcool, I just looked through the PHP Quick Profiler site, and it's *extremely* interesting. I'd love to see this integrated into QCubed (as a plugin). If have a moment to actually do this, I'm certain that the community would very much appreciate your contribution. Thanks!
Hello,
I agree. Very cool, but will need some work. I tried to run that in a form class. The problems I encountered were:
- QCubed uses PHP strict mode PQP does not. E.g. some Console functions are used static but not declared as such.
- For some reason I did not get the logging to run in the Form_Create function. Any ideas why?
Otherwise I think it would be fairly quick translating that into a plugin and very useful.
Cheers
Helge