Open GoogleCodeExporter opened 9 years ago
There will be a better solution to dump protected/private object properties.
See:
http://code.google.com/p/firephp/issues/detail?id=28
But the ability to display HTML formatted messages would still be valuable.
Original comment by christ...@christophdorn.com
on 5 Oct 2008 at 7:07
using var_export or var_dump allow you to dump private or protected properties
in the
same way, it use php core internal rigths. Only the output format change. As
the need
is to dump it to screen, i think an html dump is more suitable/efficient.
You can also check the pear var_dump here
http://toolbox.aldabase.com/index.php?package=Var_Dump
It allow you to dump object in various format included xml, text, html, etc...
Dump
is done by a renderer module, you can even create you own one.
Original comment by tit...@gmail.com
on 6 Oct 2008 at 6:34
Both features will be incorporate. Dumping of private/protected vars will be
included
in the next beta. See: http://code.google.com/p/firephp/issues/detail?id=28
Original comment by christop...@gmail.com
on 6 Oct 2008 at 8:36
Original comment by christ...@christophdorn.com
on 14 Apr 2009 at 5:58
Original comment by christ...@christophdorn.com
on 14 Apr 2009 at 6:04
Original comment by christ...@christophdorn.com
on 14 Apr 2009 at 6:05
Original issue reported on code.google.com by
tit...@gmail.com
on 3 Oct 2008 at 6:43