Mojavi Project

Developing new paths

Archive for the ‘Uncategorized’ Category

October-14-08

FAQ

posted by admin
Frequently Asked Questions

Development related questions can be searched in the forum.

  1. What is Mojavi?
  2. What is MVC?
  3. What are the benefits of MVC?
  4. Why create an MVC framework for PHP?
  5. How is Mojavi licensed?
  6. Where can I get a copy of Mojavi?
  1. What is Mojavi?

    Mojavi is a framework developed in PHP and strongly based on the MVC (model-view-controller) application design paradigm.


  2. What is MVC?

    Model-View-Controller is a design pattern for application development. MVC organizes an application into three separate tiers: one for the model, which represents data and handles business logic, the second for presentation and user input, and the third as a controller, which handles incoming requests and controls application flow.


  3. What are the benefits of MVC?

    An application designed around MVC is easier to manage because the application is split into tiers, which allow for independent development. This promotes code reusability by building models, which are reusable throughout the application.


  4. Why create an MVC framework for PHP?

    Development of PHP scripts without a preconceived plan to manage them is asking for a headache. Before I started developing Mojavi, there weren’t any frameworks that were designed the way I thought a PHP MVC implementation should be designed.


  5. How is Mojavi licensed?

    Mojavi is licensed under the LGPL.


  6. Where can I get a copy of Mojavi?

    Stable and development releases are available on our downloads page.

Tags:
Technology Blogs - BlogCatalog Blog Directory