Overview - Wellington475/mvc-simple GitHub Wiki
Overview
MVC-Simple: It is simply a basic structure, easy to understand, using the MVC pattern and route system to assist in the base of your project. MVC-Simple is not a professional context, it is just a skeleton to facilitate the construction of PHP applications.
Why MVC-Simple?
With MVC-Simple, you can produce web applications, in a rudimentary way. It provides an architecture, ridiculously simple and easy to understand, to assist in the base of your project. MVC-Simple takes care of much of the web development work, aiming to follow the MVC pattern with system of routes, thereby prioritizing the organization of their work, leaving you free so you can concentrate on writing your aplicatiovos without the need to "reinvent the wheel ".
MVC-Simple at a glance
Because MVC-Simple is designed to make common tasks of Web development fast and easy.
The purpose of this document is to give you the necessary technical specifications to understand how it works, but this is not intended to be a tutorial, just a reference.