[Solved] Codeigniter: Load Library in a Core Class |
UPDATE:
I thought about the insights stated by dave. For a current workaround I extended CI_Log as follows: PHP Code: class MY_Log extends CI_Log { As you can see, I used PHPMailer to send the error message via mail. All other mailing-stuff within CI libraries, views, controllers, etc are still handled by the build in CI Email library. I'm not happy with the solution and would prefer to solve this without PHPMailer. What do you guys think about the solution? |
Welcome Guest, Not a member yet? Register Sign In |