fuelphp-storage / fuelphp

FuelPHP framework
http://fuelphp.com
MIT License
274 stars 57 forks source link

Debug class #9

Open WanWizard opened 11 years ago

WanWizard commented 11 years ago

Helper class that could be transferred as is, probably to the Common package. Its static interface should stay.

It currently has a dependency to Inflector that has to be looked at.

frankdejonge commented 11 years ago

@WanWizard I think the profiler should have it's own repo... why not take this and the profiler and put it in a "FuelPHP\Development" package?

sagikazarmark commented 9 years ago

We could use Symfony's VarDumper component which is IMO quite awesome. reference

WanWizard commented 9 years ago

Have you looked at it? It's on my list of "WTF does it have those dependencies"? To produce the dumps it pulls in twig... We have a great dump() that has already been ported to v2.

sagikazarmark commented 9 years ago

Actually no, I didn't. :smile:

Just read the article and it was quite impressive.