MVC (Model View Controller) :
Introduction:
1. MVC is a framework for building web applications using a
model view controller(MVC).
2. The model represents the application core (for instance a
list of database records)
3. The view displays the data (the database records)
4. The controller handles the input (to the database records)
5. MVC model also provides full control over HTML,CSS and
javascripts.
6. The MVC model defines web applications with 3 logic layers:
7. The business layer(Model logic)
8. The display layer (View logic)
9. The input control (Controller logic)
Description:
No comments:
Post a Comment