Hello, I'm beginning with Phalcon and I don't know how to set a variable in the controller so I it can be printed in the view. I'm not using volt.
I'm using this code in the controller:
$this->view->UsrUsername = $user->UsrUsername;
but I don't know how to printed. Thanks.