As I talked about in a previous article, understanding model-view-controller is important to programming with the CakePHP framework. Here is an example of how MVC could be used on Mixx.
Tag Archives: Model View Controller
Understanding MVC
Understanding MVC, or Model-View-Controller, is to using different programming frameworks, such as CakePHP, that untilize the programming architecture. MVC is fairly simple if explained correctly.