Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikedfunk/CodeIgniter-Email-PHP-Errors
A configurable drop-in customization to email yourself PHP errors encountered in your CodeIgniter 2.x application.
https://github.com/mikedfunk/CodeIgniter-Email-PHP-Errors
Last synced: 3 days ago
JSON representation
A configurable drop-in customization to email yourself PHP errors encountered in your CodeIgniter 2.x application.
- Host: GitHub
- URL: https://github.com/mikedfunk/CodeIgniter-Email-PHP-Errors
- Owner: mikedfunk
- Created: 2012-11-01T15:22:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T18:33:05.000Z (over 7 years ago)
- Last Synced: 2024-02-15T10:36:21.751Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 26
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-codeigniter - CodeIgniter-Email-PHP-Errors - A configurable drop-in customization to email yourself PHP errors encountered. (Core)
README
# 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
1. drop ```email_php_errors.php``` into ```application/config``` and ```MY_Exceptions.php``` into ```application/core```. If you already have a ```MY_Exceptions.php``` just modify accordingly.
2. 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