Changes

Line 2: Line 2:  
= Business objects =
 
= Business objects =
 
All business objects are defined by a PHP class that inherits the 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 into database:
 
* Create: create()
 
* Create: create()
 
* Read: fetch()
 
* Read: fetch()
304

edits