ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What is MVC Framework?

user-image
تم إضافة السؤال من قبل saba ghani , System Application Enginner , Greybeard solutions pvt.ltd
تاريخ النشر: 2017/06/20
ANNANTA KUMAR PATRA
من قبل ANNANTA KUMAR PATRA , Software engineer , Avanli Media FZ LLC

The framework which follow MVC pattern in simple words.

But the real question is what is MVC?

MVC is Model–view–controller is a software architectural pattern for implementing user interfaces on computers.

In which

Model : Store and retrieve data by commands from Controller and is the central component.

Controller : Get inputs from view and commands to the model and get data from the model and give it to the view.

View : It the output representation of data from model and is the visual interface what the user see. 

المزيد من الأسئلة المماثلة