Zend Framework Advanced Error Controller – The Developer Day
Žilvinas Šaltys has written a very nice article about how to extend the default Zend Framework Error Controller
The main disadvantage of the default error controller is that it does not notify developers of the errors that occurred and instead silently logs them. Many enterprise web applications will find this unacceptable and will try to implement their means of solving the issue. In this post I’ll try to show how a more advanced Zend Framework error controller could be implemented to help developers tackle errors quickly.
via Zend Framework Advanced Error Controller – The Developer Day.

CSS Zend Garden
KingCrunchs kleine Welt