[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
Original issue reported on code.google.com by
christop...@gmail.com
on 4 Jul 2008 at 8:05