From d3f5ac710da8d6ffa482238797768528b150fe58 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Jan 2008 23:39:19 +0000 Subject: [PATCH] Update documentation --- dev/skeletons/README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. - -