Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 181 → Rev 180

/trunk/interfaces/controleurs/Test.php
18,7 → 18,6
const SCRIPT_A_LANCER = 'tests';
private $referentiel = null;
private $referentielDao = null;
private $traitementDao = null;
public function __construct() {
30,7 → 29,6
}
// Chargement des DAO nécessaires
$this->referentielDao = new ReferentielDao();
$this->traitementDao = new TraitementDao();
}
59,10 → 57,6
// Traitement de l'info sur le code du référentiel
if (isset($this->referentiel)) {
// Récupération du nom du référentiel courrant
$donnees['nom_referentiel'] = $this->referentielDao->getNom($this->referentiel);
// Récupération du référentiel courrant
$donnees['ref'] = $this->referentiel;
// Recherche des traitements en attente