KISSMVC is a simple and minimalist PHP Model-View-Controller (MVC) framework for rapid development of web applications.
KISSMVC is a simple and minimalist PHP Model-View-Controller (MVC) framework for rapid development of web applications.
It is designed with the KISS principle in mind, and the entire source code can be read and understood in minutes.
KISSMVC provides 3 small classes:
- The Model class is a simple ORM that works on single database tables.
- The View class is a simple PHP templating system.
- The Controller class lets you use friendly URLs routed though a single index.php page.
Reference: http://kissmvc.com/