Welcome Guest, Not a member yet? Register   Sign In
Different 404 for API controllers
#1

[eluser]MrAzulay[/eluser]
Hello

I'm developing a restful API for my application and if you try to access a method that doesn't exist on a controller (as you know) codeigniter automatically shows the default 404 page. This is fine for the rest of the app but for all controllers inheriting from MY_APIController I want to serve a json error response and give a 404 header.

Anyone know a good way of doing this?




Theme © iAndrew 2016 - Forum software by © MyBB