| (Top) < Generating HTML output | Why MVC? > |
Ballyhooed way to structure a web application.
Model: Underlying data objects
View: The user interface
Controller: Takes requests from View;
passes commands to Model;
chooses resulting View |
MVC means keeping these functions separate.
|
CGI::Application (v.2.0) |
20 |