Пример #1
0
 /**
  * 
  * @return typeAjoute un Barathon à la BD. Retourne l'id du B créé
  */
 public function ajouterBarathon()
 {
     // crée le Barathon
     $idBarathonCree = $this->model->ajouterBarathon();
     return $idBarathonCree;
     die;
 }