Update doc

This commit is contained in:
Laurent Destailleur 2008-12-04 23:17:55 +00:00
parent 78f894ff25
commit a86dfb2783

View File

@ -2,11 +2,17 @@ README (English)
--------------------------------
This directory contains PHP script samples that can be used to start a development on Dolibarr.
build_class_from_table.php:
This is the script to use to generate PHP code of a PHP POJO class
object, a PHP script that use this POJO. This script use the files
skeleton_*.php to build its generated code.
modMyModule.class.php:
Is a sample of module descriptor you can use if you want to build a new module/plugin for
Dolibarr.
skeleton_script.php:
Is a sample you can use as an example if you need to build a script to run on command line