joestump / framework

Light weight MVC framework

This URL has Read+Write access

name age message
file Framework.php Thu Jan 08 05:16:53 -0800 2009 Adding initial import of Framework [Joe Stump]
directory Framework/ Thu Jan 08 05:16:53 -0800 2009 Adding initial import of Framework [Joe Stump]
file README Thu Jan 08 05:19:46 -0800 2009 Added an actual README [Joe Stump]
directory docs/ Thu Jan 08 05:16:53 -0800 2009 Adding initial import of Framework [Joe Stump]
directory examples/ Thu Jan 08 05:16:53 -0800 2009 Adding initial import of Framework [Joe Stump]
file package.xml Thu Jan 08 05:16:53 -0800 2009 Adding initial import of Framework [Joe Stump]
directory tests/ Thu Jan 08 05:16:53 -0800 2009 Adding initial import of Framework [Joe Stump]
README
Framework sprang forth from an article I wrote on MVC in PHP:

- http://www.onlamp.com/pub/a/php/2005/09/15/mvc_intro.html
- http://www.onlamp.com/pub/a/php/2005/11/03/mvc_controller.html
- http://www.onlamp.com/pub/a/php/2006/01/26/mvc_view.html
- http://www.onlamp.com/pub/a/php/2006/03/02/mvc_model.html

My implementation and article skews the idea of a Model quite a bit, but the
code is useful in conveying that MVC is applicable in any language. This code
is not really used nor supported at this point.