Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 180 → Rev 181

/trunk/interfaces/controleurs/Test.php
18,6 → 18,7
const SCRIPT_A_LANCER = 'tests';
private $referentiel = null;
private $referentielDao = null;
private $traitementDao = null;
public function __construct() {
29,6 → 30,7
}
// Chargement des DAO nécessaires
$this->referentielDao = new ReferentielDao();
$this->traitementDao = new TraitementDao();
}
57,6 → 59,10
// 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