Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1612 → Rev 1793

/trunk/services/modules/0.1/commentaires/SupprimerCommentaire.php
20,7 → 20,6
private $conteneur;
private $navigation;
private $masque;
private $gestionBdd;
private $bdd;
private $parametres = array();
private $ressources = array();
34,8 → 33,7
$this->conteneur->chargerConfiguration('config_mapping_commentaires.ini');
$this->navigation = $conteneur->getNavigation();
$this->masque = $conteneur->getMasque();
$this->gestionBdd = $conteneur->getGestionBdd();
$this->bdd = $this->gestionBdd->getBdd();
$this->bdd = $this->conteneur->getBdd();
}
 
/**