Update doc
This commit is contained in:
parent
78f894ff25
commit
a86dfb2783
@ -2,11 +2,17 @@ README (English)
|
|||||||
--------------------------------
|
--------------------------------
|
||||||
This directory contains PHP script samples that can be used to start a development on Dolibarr.
|
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:
|
modMyModule.class.php:
|
||||||
Is a sample of module descriptor you can use if you want to build a new module/plugin for
|
Is a sample of module descriptor you can use if you want to build a new module/plugin for
|
||||||
Dolibarr.
|
Dolibarr.
|
||||||
|
|
||||||
|
|
||||||
skeleton_script.php:
|
skeleton_script.php:
|
||||||
Is a sample you can use as an example if you need to build a script to run on command line
|
Is a sample you can use as an example if you need to build a script to run on command line
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user