Mojavi is an MVC (Model-View-Controller) framework for PHP written by Sean Kerr.
The main goal of Mojavi is to combat the numerous issues associated with Web application development, by providing an easy-to-use, yet powerful set of extendable framework classes.
This package provides example uses of the Mojavi framework. Applications are defined as modules and separated by Action, Templates and Views. The extendable classes include Validation, Authentication and Privilege Separation, just to name a few.
Mojavi works with popular templating engines such as Smarty and Smart Templates. It is also the only MVC framework that supports filter chaining, namespaces and error handling.
If you have any questions please see www.mojavi.org/forum or visit us on the EFNet IRC Server in the channel #Mojavi. |