Réécriture de CFGPCMN pour utiliser ManageTable

This commit is contained in:
Dany De Bontridder 2017-10-23 20:09:37 +02:00
parent 7049a96ab5
commit 73c99f6c6e
8 changed files with 124 additions and 101 deletions

View file

@ -201,7 +201,8 @@ abstract class Noalyss_SQL extends Data_SQL
}
$sql.=") values (".$par.") returning ".$this->primary_key;
$pk=$this->primary_key;
$this->$pk=$this->cn->get_value($sql, $array);
$returning=$this->cn->get_value($sql, $array);
$this->$pk=$returning;
}
public function delete()