Changes

Line 1: Line 1:  
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}
 
= 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 inherits the class CommonObject (defined in file commonobject.class.php).
 
Every business object has the 4 CRUD methods you can use to read or save database:
 
Every business object has the 4 CRUD methods you can use to read or save database:
 
* Create: create()
 
* Create: create()
304

edits