Welcome Guest, Not a member yet? Register   Sign In
How do I replace front-end views with JSONs in Codeigniter 3?
#4

What about something like https://www.codeigniter.com/user_guide/l...ntent_type

Instead of loading any view at all, each controller method would build its "view data" as $data, and then
$this->output->set_content_type('application/json')->set_output(json_encode($data));
Reply


Messages In This Thread
RE: How do I replace front-end views with JSONs in Codeigniter 3? - by ciadmin - 08-20-2019, 11:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB