Description
MvCphp and MvCasp are very simple, easy to understand frameworks for PHP and ASP. They are simple Model View Controller / Front Controller frameworks for small web applications. I use them for very simple sites that need a bit of modularity or have components I'll use in other projects.
These are not do-it-all full-on frameworks like CakePHP or what have you, they are intended for simple single purpose sites like a landing page, standalone RSS feeder, or maybe an embedded device application.
The PHP version is released under the GPL (version 2), and the ASP version is in the public domain.
Download
This project uses the Git version control system (Windows version). You can clone any of the repositories using the following:
$ git clone http://robrohan.com/projects/mvc/repo/MvCasp.git $ git clone http://robrohan.com/projects/mvc/repo/MvCphp.git $ git clone http://robrohan.com/projects/mvc/repo/MvCphpTest.git
