Ejemplo n.º 1
0
 /**
  * Recupere l'enregistrement a partir de son id
  * @param $db database
  * @param $chpidchp identifiant de l'enregistrement a recuperer
  */
 static function getChamp($db, $chpidchp)
 {
     $row = getChampRow($db, $chpidchp);
     return Champ_model::Champ_modelFromRow($row);
 }