January 2022
Beginner
332 pages
11h 57m
English
In this section we will delve deeper into some details of designing a web application though a simple example using HTML, PHP, and SQL. Note that this specific combination of tools may change, and one needs to make sure that the chosen tools will interact together.
A software project that follows the MVC architectural style (see FIGURE 7.4) can be done with three main parts for the detail design:
A HyperText Markup Language (HTML) interface design used for portraying the “view” and the information flow for the application
A scripting language as the engine of the system (we will use PHP) serving as the “controller” for the application
An SQL database that stores the information and acts as the “model” for the ...
Read now
Unlock full access