-
It would be great if Krumo had support for a lightweight solution for quick form creation so that you could test web services. If beyond the scope of Krumo, do you know of any lightweight PHP one line HTML form solutions?.
2009-10-28 17:37:58 UTC by tlperkins
-
RK1vEV mrykxamulstw, [url=http://oxlmsngbyxtt.com/]oxlmsngbyxtt[/url], [link=http://gcekuteeujfs.com/]gcekuteeujfs[/link], http://efceulwfkxlv.com/.
2009-10-20 23:28:23 UTC by nobody
-
String length seems to be byte length rather than character length, which makes it wrong on multi-byte characters, e.g. "(String, 6 characters ) --6⅝" That's only 4 characters, but Krumo tells me it's 6.
2009-08-27 17:09:33 UTC by scottreynen
-
in function _string,
I think it should be mb_substr instead of substr to be work with any other language than English. Drupal use function truncate_utf8 http://api.drupal.org/api/function/truncate_utf8/6 If use this with Thai language it work fine, but not sure about the others.
2009-04-13 15:11:53 UTC by lazym0m3nt
-
I tried to use krumo. I tried to included in index.php and other files too, but the link to show the result does not open. The link is shown but javascipt action failed. IN Firefox i ant't find an error with Tools -> Error Console.
2009-04-08 08:38:07 UTC by nobody
-
Make sure you have Javascript enabled in Firefox. I use Firefox 3.x and it works perfectly for me.
2009-04-02 23:17:34 UTC by nobody
-
When using SimpleXML and trying to check out something with attributes (@attributes array), the elements are not displayed. When krumo() is called directly on those attributes, the count() function throws 'Node no longer exists' errors (the errors were on lines 1093 and 1104).
2009-04-02 23:14:46 UTC by nobody
-
Please edit krumo.php at line 574 to be
if ((strToLower($d['function']) == 'krumo') || (isset($d['class']) && strToLower($d['class']) == 'krumo')) {
instead of
if ((strToLower($d['function']) == 'krumo') || (strToLower(@$d['class']) == 'krumo')) {
The @ is really not a good idea and doesn't play well with some error handlers, besides in this case it's really easy to check for it...
2009-02-09 22:02:05 UTC by seldaek