CodeIgniter-Email-PHP-Errors
CodeIgniter-Email-PHP-Errors copied to clipboard
A configurable drop-in customization to email yourself PHP errors encountered in your CodeIgniter 2.x application.
ABANDONED
This is for codeigniter <= 2.x. It will not work in CodeIgniter 3.x.
CodeIgniter-Email-PHP-Errors
A configurable drop-in customization to email yourself PHP errors encountered in your application.
Usage
- drop
email_php_errors.phpintoapplication/configandMY_Exceptions.phpintoapplication/core. If you already have aMY_Exceptions.phpjust modify accordingly. - Edit the config file with your from email and to email, the subject line, and the message template.
Change Log
1.0.1
- added enable/disable config item
- parses subject and content for short codes
1.0.0
- initial release