Example #1
0
 private function update()
 {
     $params = Database::parseMultiCondition($this->data);
     return "update {$this->table} set {$params}";
 }