If you try to do this in a controller: ``` php public function __construct() { $this->view->name = 'Luigi'; } ``` It never gets set to the view
If you try to do this in a controller:
It never gets set to the view