application/Views/errors/html/error_exception.php |
In my Eclipse IDE application/Views/errors/html/error_exception.php is getting flagged as an error(2) because of a reference to \CodeIgniter\Services::request(null, true).
Shouldn't it be \Config\Services::request(null, true) \Config\Services::response(null, true) ?
Simpler is always better
|
Messages In This Thread |
application/Views/errors/html/error_exception.php - by donpwinston - 02-16-2018, 07:05 PM
RE: application/Views/errors/html/error_exception.php - by kilishan - 02-18-2018, 09:18 PM
|