Welcome Guest, Not a member yet? Register   Sign In
JSON Response Issue
#4

[eluser]CroNiX[/eluser]
Code:
private function json_output($data)
{
            $this->output
                            ->set_content_type('application/json')
                            ->set_output(json_encode($data))->_display();
            exit;
}

What's the _display() method?


Messages In This Thread
JSON Response Issue - by El Forum - 10-14-2014, 12:32 PM
JSON Response Issue - by El Forum - 10-14-2014, 02:16 PM
JSON Response Issue - by El Forum - 10-14-2014, 03:27 PM
JSON Response Issue - by El Forum - 10-14-2014, 03:50 PM
JSON Response Issue - by El Forum - 10-14-2014, 03:59 PM
JSON Response Issue - by El Forum - 10-14-2014, 04:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB