rzMVC lightweight PHP MVC framework.
- Framework sits inside 'framework' directory
- User application resides inside 'application' directory
- Unit tests reside in 'tests' directory
- Set your apache root to to www/ directory
You can see a simple sample application built ontop of rzMVC running here, demonstrating what can be done with a few simple classes & usage of various framework components to handle common tasks such as form validation, session management, DB interaction, etc. The source code is located here.
You can grab a stable zip ready for development/deployment here.
The latest version is milestone3, 06/10/2013.
Full documentation to be completed after framework is in a completely usable state. For now, the in-code documentation will have to do.