diff --git a/dev/skeletons/README b/dev/skeletons/README index db9c424677c..32924a36ac6 100644 --- a/dev/skeletons/README +++ b/dev/skeletons/README @@ -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