Mojavi Tutorial
What is Mojavi?
Mojavi is an MVC (Model-View-Controller) framework for PHP. The main goal is to combat the numerous issues associated with web application development, by providing an easy-to-use, yet powerful set of extendable framework classes.
When building a project based on Mojavi, you’re allowing the framework to handle tasks such as security and parameter validation, making them transparent in your development lifecycle. This allows you to focus on more important tasks, and also removes a few layers of responsibility from your code. This ultimately leads to a cleaner code base.
 







