コード例 #1
0
 /**
  * Enregistre en base une nouvelle action
  * @param $db
  */
 public function save($db)
 {
     $this->actidact = insertNewAction($db, $this->actnuord, $this->actlbact, $this->scnidscn);
 }
コード例 #2
0
 /**
  * Enregistre en base un nouvel enregistrement
  * @param $db
  */
 public function save($db)
 {
     $this->actidact = insertNewAction($db, $this->actidpro, $this->actlbtit, $this->actnupri, toSQLDate($this->actdtcre), toSQLDate($this->actdtdem), toSQLDate($this->actdteci), toSQLDate($this->actdtecp), toSQLDate($this->actdtecr), $this->actfgcac);
 }