<?php class Index extends Controller { public function __construct($method = null) { parent::__construct($method); $this->view = new View("main_page"); $this->view->menu = new View("menu");