Home     PHP / Javascript / Ajax
PHP Doulos Web Application Framework Script

PHP Script Codes > development-tools

Doulos Web Application Framework Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 3020

PHP Script Codes > Doulos Web Application Framework
Doulos is a framework for rapidly developing object-oriented web applications in PHP using the Model View Controller (MVC) paradigm. It elegantly reduces the total code to be written, manages and validates form data, encapsulates SQL databases, and more!

Doulos allows web applications to be written by providing a set of class definitions for each of the object types in MVC (Model, View, and Controller). These class definitions can then be inherited by the classes that are actually used to drive the application. Doulos seeks to make the programmer more efficient by designing the class definitions to abstract the code common to each object type, and at the same time leaves the programmer the power to fulfill all of his program requirements.