Home - notafrancescodavid/webmvcframework GitHub Wiki

What is WebMVC Framework?

WebMVC is a powerful PHP framework for web application developers and designers. The main goals of the framework are:

  • Simplify your code and provide facilities that are useful for the rapid prototyping of a WEB application;
  • Organize an application in subsystems using the Model View Controller (MVC) architecture to cope with the complexity of big projects;
  • Improve the collaboration process among people having different skills (e.g. GUI, PHP and Database designers and developers );
  • Use standard web technologies without introducing new ad hoc syntax.
  • Provide generalized software components to implement some recurring problems in web development.
  • Provide an ORM to interact with MySQL database.

Follow this wiki to learn and to start using the functionalities that the framework offers to you!

Ready? Let's start!