The MVC is a model of software architecture, it is divided into three layers and each one with its function, my doubt would be the following, is the programmer that creates all this structure or do I have to download it? >
The MVC is a model of software architecture, it is divided into three layers and each one with its function, my doubt would be the following, is the programmer that creates all this structure or do I have to download it? >
In general it is the programmer who creates it. Of course there may be something to facilitate, you can have a framework that already gives the foundation and the programmer just needs to do the specific part of the system. In fact there are several frameworks in the market for all languages, and without one it becomes a rather heavy work to do MVC.
It's kind of a cake recipe. There is no single way to do it, but there are some features that should always be present .
So it makes sense to download a framework from MVC, but not the MVC in yes
If you do not use it right it can be an unnecessary burden.