krumo
krumo copied to clipboard
krumo repository (forked, with updates / new features)
There are a couple of minor tweaks required to make Krumo PHP 8.1 compliant. Fixes were landed in #64 and #65 which should address these issues. Please help the Krumo...
Command krumo::$skin = "default" doesn't work. How does one change the skin?
krumo's output doesn't inlclude a class's private and protected properties, but var_dump does. Is there anyway to enhance this?
This is the feature discussed in #48. What this does is to capture the output immediatelly using `krumo::fetch()`, and then schedule it to be printed at the end of the...
I found this library is very useful with debugging, but I came across an issue where using `k()` would send a header to the user, resulting in any cookies set...
The INI-file configuration approach is really ancient. There are several problems with it: * there is overhead in reading and parsing it * by default there is no configuration file,...
I have a class that with some properties that are objects themselves (e.g. datetime objects, or mysqli objects). These objects are nor immediately initialised, they will only be initialised when...
NFStag