buildAttributesPartForUpdate() public static méthode

public static buildAttributesPartForUpdate ( $updateAttributes )
Exemple #1
0
 public function update()
 {
     $attributes = DialectUtil::buildAttributesPartForUpdate($this->_query->updateAttributes);
     $table = $this->table();
     return "UPDATE {$table} SET {$attributes}";
 }