Skip to content

Details

Let's go over the basics of the Model View Controller paradigm by developing a small web application. While the work we'll be doing will be using PHP the concepts will be applicable to all programming languages. MVC primarily represents a strict separation of concepts and code, making it a highly extensible architectural paradigm. A large number of frameworks are built with MVC architecture in mind, and there are existing sets of tools for .NET and Java as well.

Related topics

You may also like