|
ReadMe
The latest release copy of the framework README
Phase-Deploy KvFramework
DESCRIPTIONKvFramework is a MVC-inspired framework. The main concept is modularity. Modules are individual units of an appliation. The modules hold together some actions, which are the elements that are executed on a typical page request. Both modules and actions provide before- and after-filter capability, and both can hold various other methods. Actions proceed in the pattern Validate - Process - Display, and everything in the action and the module is available to the rendering call (whether as an instance method or through $this->parent for things in the module). SETUP / USAGE - Blank Application Skeleton
This is a bare outline. Far more things are possible, though not nearly well documented yet. Try setting up the DemoApplication and seeing how it works for an example (see below). SETUP / USAGE - Demo Application
BUGS / REQUESTSPlease file an Issue at http://kvframework.googlecode.com if you find any bugs or if you would like to request any new features. COMPONENT GENERATORThere is a component generator script in the kvframework/script directory of each application. Call it to see usage. It generates empty files in the right places, but may eventually add code into those files. |