Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 560 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 560 Bytes

MVC PHP7 Basic Code

A simple example mvc code basic implemented with PHP7 without frameworks or other external codes

This code was written to demonstrate the construction of a simple mvc framework, showing its main features and functionality. The Model View Controller architecture is by far the most used on the web and there are many frameworks that implement it.

That said, let's look at the basics of how this architecture works.

model view controller architecture