Welcome Guest, Not a member yet? Register   Sign In
Redirect to user defined view page if any type of error occurs
#2

PHP handles most of the general errors.

CI handles them by using a custom Exception Error Handler, you may need to extend it to
work the way you want.

It's located in ./system/core/Exceptions.php

If you extend it place it in ./application/core/MY_Exceptions.php
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Redirect to user defined view page if any type of error occurs - by InsiteFX - 09-11-2019, 08:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB