ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WEBDEV concepts / Part 1 - Internet: Main concepts
  • Principle of a static page
  • Principle of a dynamic page (Session or AWP)
  • Principle of a PHP type page
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
4. Types of pages
Previous pageTable of contentsNext page
Different types of pages can be used in the sites created with WEBDEV:
  • Static pages. This type of page is used to display fixed data.
  • Dynamic WEBDEV pages in Session mode. These pages are used to dynamically display the information found in a database. The content of the page depends on the displayed record. When a dynamic page in session mode is displayed, the associated page context is automatically created on the server. This page context mainly contains the global variables and the variables for positioning in the data files.
  • Dynamic Active WEBDEV Pages (AWP). These pages are used to dynamically display the data found in a database. The content of the page depends on the displayed record.
    An Active WEBDEV Page is a dynamic WEBDEV page without a context persisting on the server. The Active WEBDEV Page context is temporary. It is created in a temporary session.
  • Dynamic PHP pages. These pages are used to dynamically display the data found in a database. These pages can only be used in a PHP site.
The following pages present theses different types of pages.
Principle of a static page
.
Principle of a static page
Principle of a dynamic page (Session or AWP)
.
Principle of a dynamic page (Session or AWP)
Principle of a PHP type page
.
Principle of a PHP type page
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help