The created website consists of the following files:
Filename | Description |
---|---|
index.php | The starting page. It contains links to all views. Sometimes called the index-page. |
groupname_viewname.php | For 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.php | For 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.php | For 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. |
![]() | If you would like to see an example of a generated website, we have prepared one on the fabForce-homepage here. |