simpleMVC - a Model-View-Controler framework written in PHP

Home | Sourceforge project page | Download | Example | Documentation | Applications based on simpleMVC : myGifts

Introduction

simpleMVC is a MVC (Model-View-Controler) framework written in PHP. It enables the rapid development of new Web applications.

The three components of a typical MVC application are :

simpleMVC provides you with a controler and some basic classes (database abstraction layer, logging, authentication, ...). All you need to do is :

simpleMVC also provides :

Requirements

Status

The framework is still beta quality.

News

12/8/2003 - Sample application (myGifts) 0.94 released, based on simpleMVC 0.94

12/4/2003 - Sample application (myGifts) 0.93 released, based on simpleMVC 0.93

10/24/2003 - SourceForge project created