View In Presentation¶
A view is the presentation layer in a MVC model. It is in charge of formatting the provided data to fit the target reader: HTML, JSON, XML, etc.
Views are also synonym of renderer. They are build on templates, which provides a frame where custom data is inserted.
Related : Model - View - Controller (MVC), Template, Controller, Model, View