Changes

Line 11: Line 11:     
= Link between Business objects =
 
= Link between Business objects =
Some business objects are linked to other. This is done into Dolibarr using the [[Table llx_element_element]]. But you don't have to read this table to get objects linked to another.
+
Some business objects are linked to other business objects. This is done in Dolibarr using the [[Table llx_element_element]]. But you don't have to read this table to get objects linked to another.
 
This is a portion of code that shows how you can do this:
 
This is a portion of code that shows how you can do this:
 
<source lang="php">
 
<source lang="php">
304

edits