Changes

m
Line 447: Line 447:  
* $mysoc is the object with all information about the current company
 
* $mysoc is the object with all information about the current company
 
* $langs is the object with the current language
 
* $langs is the object with the current language
* $db is the database handler of the current database connexion
+
* $db is the database handler of the current database connexion (inside classes, we should pass it in the constructor and we should get it with $this->db)
 
* $hookmanager is a factory class to manage hooks
 
* $hookmanager is a factory class to manage hooks
 
* $extrafields is a factory class to manage extrafields
 
* $extrafields is a factory class to manage extrafields