Created for a project's development stage, the plugin will interface between the CI core and the end user.
It provides a way to catch errors and present them in a nice, orderly fashion.
Besides just catching the error, it will also perform a full backtrace, detecting and highlighting error the error has originated from.
Here are some key features of "CodeIgniter UhOh!":
Support for catching these errors:
· E_PARSE
· E_ERROR
· E_USER_ERROR
· E_COMPILE_ERROR
· E_ERROR
· E_USER_ERROR
· E_PARSE
· E_WARNING
· E_USER_WARNING
· E_STRICT
· E_NOTICE
· E_RECOVERABLE_ERROR
Requirements:
· CodeIgniter 2 or higher
What's New in This Release: [ read full changelog ]
· Added the ability to disable UhOh! in a production environment.