Welcome Guest, Not a member yet? Register   Sign In
Debug is breaking my JSON... How to disable it from some methods ?
#11

Try
PHP Code:
$body view('foo/bar'$data, ['debug' => false]); 
Reply




Theme © iAndrew 2016 - Forum software by © MyBB