Introduction to MVC
This is the brief theoretical explanation about MVC for those who starts from the scratch.
MVC - Development design pattern which divides programming culture into three areas like Core logic(Model), UI structure (View) and handling user interaction and operation (controller).