Include kreXX
Include kreXX
kreXX is a php debug tool, which displays debug information about objects and variables in it's own draggable debug output.
It is actually a fork of Krumo which can be found here: http://krumo.sourceforge.net/
We have used Krumo for some time in our projects, but added more features as we needed them. And so kreXX was created.
While the original Krumo is a lightweight debugtool, we've added additional functionality for analysing objects.
Usage:
krexx($myObject);
kreXX will then analyse the object and display the analysis result. In case the variable is not an object, it's content will be displayed.
kreXX atSourceforge: https://sourceforge.net/p/krexx
Wiki: https://sourceforge.net/p/krexx/wiki/Overview/