About MVC Framework
MVC ? MVC is a programming concept A , MVC ( Model View Controller ) Represents Programming Techniques The previous popular programming Currently Operating Discipline Yang expects to review the programming divide Become Part 3 The picture below - CONCEPT MVC :
MVC explanation can refer to the following :
1. Model
the object model of part of the application logic to implement clicking domain application data. general object model is used to retrieve data ddari database or data store keddalam data base .
2. View is a component that displays to the user interface (User Interface) application . This interface is based on data from the model .
3. Controller
a component used to handle user interaction , working with models and choose the view which is used to render the data.

