Week 8
Basic Views
A view is a listing of content on a website.
The core Views module handles the display of views, and the core Views UI module allows you to create and edit them in the administrative interface.
When you define views, you are interested in taking data from your website and displaying it to the user.
Using the Views module, you can fetch content from the database of your site and present it to the user as lists, posts, galleries, tables, maps, graphs, menu items, blocks, reports, forum posts, etc.
Different content types including nodes, users, and other bundles can be displayed.
Pages
Blocks
(There's more!)
Let's create a new View to display all of our cars.
We will create a Page view to display all of our cars in Teaser form on the url /cars
Now that we have a page showing teasers on /cars, we want to add a small list to our homepage showing the latest entries.
For this we will create a new block-view.
*IMPORTANT
The new block is now available on the home page.