barebonesmvc-php – Google Code

Weighing in at just 60 lines of code (excluding comments), the BareBones MVC framework for PHP5 is perfect for:

* small-to-medium websites; in other words, the vast majority, i.e. shared hosting sites without htaccess and/or mod_rewrite capabilities
* as a foundation for PHP software such as CMS, weblog and/or wiki software
* as a foundation for a “full stack” framework; e.g with (request) dispatching, object-relational mapping (ORM), etcetera

Related Posts