Changes

m
Line 12: Line 12:  
= 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. 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.
This is a portion of code that show you how ou can do this:
+
This is a portion of code that shows how you can do this:
 
<source lang="php">
 
<source lang="php">
 
// This load the array linked_object with objects that link to this one
 
// This load the array linked_object with objects that link to this one
12

edits