Smalldb-REST
v0.5-5-gff393ee
|
Send well-formated JSON response.
Static Public Member Functions | |
static | sendData ($response_data) |
Send response data when everything is ok. More... | |
static | sendException (\Exception $ex) |
Send info about thrown exception and set proper HTTP code. More... | |
static | writeException (\Exception $ex) |
Render exception as JSON string. More... | |
static | writeJson ($json_data) |
Convert data to JSON and send them to client. More... | |
|
static |
Send response data when everything is ok.
|
static |
Send info about thrown exception and set proper HTTP code.
|
static |
Render exception as JSON string.
|
static |
Convert data to JSON and send them to client.