Reputation: 3670
Relying on PHP's error reporting and backtracing is quite a pain and messages are hard to read at times. Before, I had no choice but to bear with it. Not until I found this http://zfskeleton.onlime.ch/index/foo which I think is really awesome. Sadly, it is not made for ZF2.
Can you suggest a similar ZF2 plugin I can use to make error reporting and backtracing less painful?
Thanks in advanced.
Upvotes: 2
Views: 1484
Reputation: 1528
I found only these using http://packagist.org/ and http://modules.zendframework.com/ :
You can try to load your ZF1 debug library :
Upvotes: 2