User Reviews

[2 total ]
about 1 year ago Avatar
First impressions

    by ceseshi

Hi Cristoph,

I found that when passing an object with some private properties, firephp does not show the private properties.

I got the function parseObject() from the comments here: http://es2.php.net/get_object_vars

And replaced get_object_vars($var) with $this->parseObject($var), on line 560 of FirePHP.class.php

Hope this helps :)

1 of 1 users found the following review helpful. Was this review helpful to you? |

about 1 year ago Avatar
Private and Protected object members

  by Christoph Dorn

All types of object members are now supported in FirePHP 0.2.1

Was this review helpful to you? |