Login   Register  
PHP Classes
elePHPant
Icontem

File: readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Shawn McAllister  >  MVC Like Modular Framework  >  readme.txt  >  Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: README
Class: MVC Like Modular Framework
Framework that implements the MVC design pattern
Author: By
Last change:
Date: 2008-11-12 07:44
Size: 784 bytes
 

Contents

Class file image Download
LICENSE: Feel free to use it anyway you like.

This application is kind of like an MVC setup except that I don't really like the way MVC frameworks work so I made this instead.

The idea is that each url segment for your application (ie. /admin/) would have it's own module and views and that the application would work in PHP 4.

I haven't really commented the code... but if you look at it you should be able to figure out how it works fairly easily.

To test: Just upload the files to the root of your domain. Make sure you have mod_rewrite installed.

navigate to http://www.yourdomain.com to test the defaultModule class
navigate to http://www.yourdomain.com/test/ to test the testModule class
navigate to http://www.yourdomain.com/blah/ to test the errorModule class