The created webpages

The created website consists of the following files:

FilenameDescription
index.phpThe starting page. It contains links to all views. Sometimes called the index-page.
groupname_viewname.phpFor each view of a group a file named groupname_viewname.php is created. Such a file represents the main view of a table. We also call it grid view.
groupname_viewname_update.phpFor each view of a group a file named groupname_viewname_update.php is created. This file contains the logic for updating a record of the view. Sometimes called Update-View.
groupname_viewname_insert.phpFor each view of a group a file named groupname_viewname_insert.php is created. This file contains the logic for inserting a new record into the view. Sometimes called Insert-View.

Tip

If you would like to see an example of a generated website, we have prepared one on the fabForce-homepage here.

Figure 1-1. Example: Index-Page:

Figure 1-2. Example: Grid-View:

Figure 1-3. Example: Edit-View: