layout = new View('hello') ; $this->layout->title = 'Test view' ; $this->layout->content = 'Hello, World !' ; } function index() { return $this->layout ; } } ?>