How to create a simple MVC framework in PHP

Today we will create an MVC framework in PHP. This will be very simple but will allow us to understand how this works.
MVC was originally used over the GUI desktop applications, but recently (not so recent) with the growth and maturity of web languages, started appearing some frameworks drawn with this architecture.

Latest Comments