Beispiel #1
0
 public function update(M11StatusBO $obj)
 {
     $stmt = $this->db->prepare(self::$updateSQL);
     $stmt->execute(array($obj->getCode(), $obj->getLabel(), $obj->getCreatedon(), $obj->getCreateby(), $obj->getModifiedon(), $obj->getModifiedby(), $obj->getM11statusid()));
     return true;
 }