ccampbell / chromephp

class for logging PHP variables to Google Chrome console
http://www.chromelogger.com
1.38k stars 450 forks source link

Refactor #45

Open okonomiyaki3000 opened 10 years ago

okonomiyaki3000 commented 10 years ago

This request incorporates my other recent PRs as well as a major change to using the magic methods __call and __callStatic to do everything. I noticed that every function was doing the same thing so I figured they could all be easily replaced. So, if this request is cool (I think it's pretty cool), please ignore the others.

Asenar commented 7 years ago

Hi @okonomiyaki3000 , thanks a lot for the base_path, and all the refactor !

hopeseekr commented 5 years ago

I'm seriously thinking about including this in my fork of chromephp. Do you still want to support this PR after literally 5 years of nothing?

peter279k commented 5 years ago

This PR looks good for me.