Subversion Repositories eFlore/Applications.del

Rev

Rev 927 | Rev 1129 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 927 Rev 950
Line 26... Line 26...
26
	private $ressources = array();
26
	private $ressources = array();
Line 27... Line 27...
27
	
27
	
28
	public function __construct(Conteneur $conteneur = null) {
28
	public function __construct(Conteneur $conteneur = null) {
29
		$this->conteneur = $conteneur == null ? new Conteneur() : $conteneur;
29
		$this->conteneur = $conteneur == null ? new Conteneur() : $conteneur;
-
 
30
		$this->conteneur->chargerConfiguration('config_commentaires.ini');
30
		$this->conteneur->chargerConfiguration('config_commentaires.ini');
31
		$this->conteneur->chargerConfiguration('config_mapping_commentaires.ini');
31
		$this->navigation = $conteneur->getNavigation();
32
		$this->navigation = $conteneur->getNavigation();
32
		$this->masque = $conteneur->getMasque();
33
		$this->masque = $conteneur->getMasque();
33
		$this->gestionBdd = $conteneur->getGestionBdd();
34
		$this->gestionBdd = $conteneur->getGestionBdd();
34
		$this->bdd = $this->gestionBdd->getBdd();	
35
		$this->bdd = $this->gestionBdd->getBdd();