Build a Simple MVC Framework from Scratch to Understand the Pattern
We are going to construct a very simple MVC framework to get the concept. The code will be built and run locally with XAMPP. Those using Macs can use MAMP for the same purpose. Having a database and web server installed on your computer is the easiest and most affordable way to experiment with code. …
Continue reading “Build a Simple MVC Framework from Scratch to Understand the Pattern”