diff --git a/dev/skeletons/README b/dev/skeletons/README index 0819f9f2490..fe599fc0bec 100644 --- a/dev/skeletons/README +++ b/dev/skeletons/README @@ -2,6 +2,11 @@ README (english) -------------------------------- This directory contains PHP script samples that can be used to start a development on Dolibarr. + +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 @@ -17,5 +22,3 @@ generate full code for your class file. After running this script, the class to access your table (insert a record, update, delete and select) is directly finished and can be used by your business code. No more coding for accesser on table is needed with this script as the file is completely generated once. - -