Skip to content

Setting view variables in Controller::__construct() fails #9

@ccampbell

Description

@ccampbell

If you try to do this in a controller:

public function __construct()
{
    $this->view->name = 'Luigi';
}

It never gets set to the view

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions