Hello everyone. Could somebody please explain me how to render another view from a controller and pass data to it. Another question. I am wondering if I do something like
$this->response->redirect('');
in a controller. Is there a way to somehow pass data to that view that I am redirecting a user to? Is it possible to do only with session or any other ways are possible.