Changes

Line 70: Line 70:     
// To update object
 
// To update object
 +
$mycompany->nom='Big Brother 2';
 
$mycompany->update($user);
 
$mycompany->update($user);
 
</source>
 
</source>