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 |