joestump / framework
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Joe Stump (author)
Thu Jan 08 05:19:46 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
Framework.php | Thu Jan 08 05:16:53 -0800 2009 | |
| |
Framework/ | Thu Jan 08 05:16:53 -0800 2009 | |
| |
README | Thu Jan 08 05:19:46 -0800 2009 | |
| |
docs/ | Thu Jan 08 05:16:53 -0800 2009 | |
| |
examples/ | Thu Jan 08 05:16:53 -0800 2009 | |
| |
package.xml | Thu Jan 08 05:16:53 -0800 2009 | |
| |
tests/ | Thu Jan 08 05:16:53 -0800 2009 |
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.
