Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to prevent CI from reporting PHP Notice errors
Post: RE: How to prevent CI from reporting PHP Notice er...

if (defined('ENVIRONMENT')) {   switch (ENVIRONMENT)   {     case 'development':     case 'testing':     case 'staging':       error_reporting(E_ALL & ~E_NOTICE);     break;     case 'production':   ...
8,441 Views
6 Replies
09-06-2019, 11:28 PM
johnmario

Theme © iAndrew 2016 - Forum software by © MyBB