There are just few things I need to finish/improve. Is there any built-in solution for showing notification messages?
For example, before I did like this...
...
} else {
$this->output = 'Given data aren\'t valid!';
}
// add to the current body
$this->response->body .= 'something';
// or use the function to replace the entire body
$this->response->body('something');
It looks like you're new here. If you want to get involved, click one of these buttons!