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