Update documentation

This commit is contained in:
Laurent Destailleur 2008-01-26 23:39:19 +00:00
parent 9e6c37e4a6
commit d3f5ac710d

View File

@ -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.