Menu

Tree [r13] /
 History

HTTPS access


File Date Author Commit
 ActiveDB 2008-04-17 ghiroman [r12]
 ActiveForm 2008-04-17 ghiroman [r12]
 DataSource 2007-05-29 d-sign [r8] Some refactor, bug fixes. Documentation started...
 General 2008-04-17 ghiroman [r13]
 ActiveDB_CookBook.txt 2007-06-08 d-sign [r9] Work in progress.
 README.txt 2007-05-23 d-sign [r7]
 gpl.txt 2007-05-15 d-sign [r2] Licence info and Readme...

Read Me

** DLIBS V0.4 **

Authors:
	Luca Marchetti
	Massimo Bertelli


** Philosophy **
DLibs is a simple framework we are building for our web-applications. The phylosophy behind is to build a simple and flexible framework, that aims to help the developer in all the basic operations and leaves the developer the maximum flexybility to choose how to develop the projec. We can say that the main rule we have to keep in mind developing this framework in KISS (Keep It Simple Stupid)

** Licence **
This piece of software is released under the GLP licence. To get more info please visit:
http://www.gnu.org/copyleft/gpl.html


** Prerequisite **
- PHP5 (no php4 compatibility, sorry)
- Teorically any webserver that runs PHP5 (Tested on Apache 1.3)
- SimpleTest php class, bur just for run unit tests 
	http://simpletest.sourceforge.net
- Xtpl templating class (just for XTemplateActiveForm class)
	http://www.phpxtemplate.org/HomePage

** Installation instruction **
Just move the dir in your include path and go. Just know that the framework needs that you set the include path on the DLibs root. see http://www.php.net/manual/en/function.set-include-path.php to see how to do it without modify the php.ini file.

to run unit tests you need to set up and configure a DB, but I think that in this phase you have only to use it if you need it, or contact dlibs@dsign.it if you want to help us develop the library.


** Documentation **
The project is still in a internal and early phase of development, so it lack  of documentation. Documentation will be produced in future, but we think that unit tests are a nice&good documentation indeed.

Contact me:
you can contact me at dlibs@dsign.it or visit our main website (italian) at www.dsign.it