[eluser]nodulia[/eluser]
In fact, i'm interested to get all SQL for debug by the following code:
Code:
$res = array(
'success' => false
,'errors' => $error
,'debug' => $this->output->get_output()
);
$this->jsonci->sendJSON($res);
But in fact $this->output->get_output() is null
Thanks a lot