Overview

Navigation:  Development > MVC (Model View Controller) > View >

Overview

Previous pageReturn to chapter overviewNext page

Common tasks of a view

1.A page get request to load from Action Method and complete display of presentation in View

2.Default extension of a template file .phtml

3.View get data from Action Method, Helpers, Module and core libraries

4.A view can be split in separate slice if require. It will automatically combined during final render.

 

All view files are saved in bellow location:
 
/development/view/