Réécriture de CFGPCMN pour utiliser ManageTable
This commit is contained in:
parent
7049a96ab5
commit
73c99f6c6e
8 changed files with 124 additions and 101 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue