Views are the presentation layer in MVC (Model View Controller) architectural pattern on which is built CakePHP framework and so BEdita. They convert the data fetched from Models, into the output format the client requested.
Views are responsible for generating the specific output required for the request.