|
Email me if you would like an Access Database.
If you are new to Databases, this page will help you understand Keys and Relationships.
I have drafted the Specifications based on
the Wikipedia Article on MVC.
which also has an interesting article on Micro-Services.
On Martin Fowler's Web Site, there is
an excellent article which is well worth reading.
Here is MVC in Action and here's a
Salesforce view of MVC.
I added this Wikipedia extract on November 26th November, 2018
"The Model is the central component of the pattern.
It is the application's dynamic data structure, independent of the user interface.[6]
It directly manages the data, logic and rules of the application.
A View can be any output representation of information, such as a chart or a diagram.
Multiple views of the same information are possible, such as a bar chart for management
and a tabular view for accountants.
The Controller accepts input and converts it to commands for the model or view."[7]
|
|