lgyers / firephp

Automatically exported from code.google.com/p/firephp
0 stars 0 forks source link

Array display in FirePHP::TABLE #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[code]
fb(
array("Test",
array(array('Length',
'Type','Name','Value'),array("2","Array","Count",array("Len" =>
"1","Char" => "b")))), FirePHP::TABLE);
[/code]

"Test" <- Summary Line
array('Length', 'Type','Name','Value') <- Headers for the table

array("2","Array","Count",array("Len" => "1","Char" => "b")) <- The
value I want to print.

What's wrong with this? Simple: Firebug has problems displaying the
array with string keys. It just renders it as [object Object], without
me being able to click on the array to see it's elements. As soon as I
give it numeric keys, it works. Any fix for this? 

Original issue reported on code.google.com by christop...@gmail.com on 4 Jul 2008 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 11 Jul 2008 at 11:51

GoogleCodeExporter commented 9 years ago
Fixed in 0.1.0.2

Original comment by christop...@gmail.com on 14 Jul 2008 at 3:44