israelzoch / mvc_php_basic_code

A MVC PHP example without frameworks and external sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A MVC PHP example without frameworks and external sources

License:MIT License