Skip to content

israelzoch/mvc_php_basic_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published