TinyMVC is an MVC (Model-View-Controller) application framework for PHP. It provides clear separation between the data (Model), the presentation (View), and the glue in between (Controller).
TinyMVC is NOT a full-featured framework. Out-of-the-box, it is a simple MVC structure with a database support layer (PDO). Every aspect of this framework is extendible via plugins. Plugins will become available in the wiki as they are contributed. Please give back by contributing!