Welcome Guest, Not a member yet? Register   Sign In
hook doesn't redirect me
#2

Is that code your actual hook?

If so, hooks are not controllers. You're not supposed to extend CI_Controller for a hook.
Also, `get_instance()` means "get the controller instance", and you're doing that from inside a controller ... the same controller that would be returned by it.
Reply


Messages In This Thread
hook doesn't redirect me - by Cognie - 03-19-2018, 05:29 AM
RE: hook doesn't redirect me - by Narf - 03-19-2018, 08:28 AM
RE: hook doesn't redirect me - by Cognie - 03-20-2018, 12:32 AM
RE: hook doesn't redirect me - by InsiteFX - 03-20-2018, 04:18 AM
RE: hook doesn't redirect me - by Cognie - 03-20-2018, 04:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB