Welcome Guest, Not a member yet? Register   Sign In
Hooks
#3

(This post was last modified: 01-26-2022, 02:39 AM by jerinho.)

(01-30-2020, 07:05 AM)kamrul6665 Wrote: I am new in codeigniter. Can any one help me with hooks and why it's used for ? Thank you.. and I am not sure where to post so, I posted here.

For certain reason which I'm also still finding out, Codeigniter does not handle errors with try-catch. So if you switch your environment to production, user will see the 'snag' error which you most probably don't want it. In previous version, some functions don't throw error, so you can still check for unexpected result and handle it without a hook. Latest version giving straight crash so you have no chance to check for it. For example when establishing a database connection ($db->conect()). And here comes the hook for the rescue.

Dear moderator, this link is no longer working.
Reply


Messages In This Thread
Hooks - by kamrul6665 - 01-30-2020, 07:05 AM
RE: Hooks - by jreklund - 01-30-2020, 11:25 AM
RE: Hooks - by jerinho - 01-26-2022, 02:34 AM
RE: Hooks - by InsiteFX - 01-27-2022, 01:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB