Changes

Line 7: Line 7:  
= Business objects =
 
= Business objects =
 
All business objects are defined by a PHP class that herits of class CommonObject (defined in file commonobject.class.php).
 
All business objects are defined by a PHP class that herits of class CommonObject (defined in file commonobject.class.php).
 +
Every business object has the 4 CRUD methods:
 +
* Create: create()
 +
* Read: fetch()
 +
* Update: update()
 +
* Delete: delete()
    
= Linked business objects =
 
= Linked business objects =