2

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.

2
  • Erm just to say this out loud, but going by the link you've provided, the plugin does NOTHING more but to STYLE the debugging output. There's not a single additional information. Either the Exceptions are helpful to you or you should start to use real debugging Tools like xdebug. Commented May 15, 2013 at 13:04
  • @Sam: Yeah, it is. The point is... anyway. Nevermind. Remi got my drift. Commented May 16, 2013 at 6:03

1 Answer 1

2

I found only these using http://packagist.org/ and http://modules.zendframework.com/ :

You can try to load your ZF1 debug library :

http://samsonasik.wordpress.com/2012/12/04/zend-framework-2-using-zend-framework-1-libraries-in-zend-framework-2/

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks a heap, @Remi. Upped and Accepted! ;)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.