Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array display in FirePHP::TABLE #6

Closed
GoogleCodeExporter opened this issue Jun 24, 2015 · 2 comments
Closed

Array display in FirePHP::TABLE #6

GoogleCodeExporter opened this issue Jun 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

[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
Copy link
Author

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

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Fixed in 0.1.0.2

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant