<?phpclass Controller { function __construct() { $this->tpl = new Template; $this->user = new User; $this->tpl->title = 'Главная'; }}