Subversion Repositories eFlore/Applications.del

Rev

Rev 1701 | Rev 1794 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1701 Rev 1793
Line 22... Line 22...
22
	
22
 
23
	private $indexImagesIds = array();
23
	private $indexImagesIds = array();
24
	private $conteneur;
24
	private $conteneur;
25
	private $navigation;
25
	private $navigation;
26
	private $masque;
-
 
27
	private $gestionBdd;
26
	private $masque;
28
	private $bdd;
27
	private $bdd;
29
	private $parametres = array();
28
	private $parametres = array();
30
	private $ressources = array();
29
	private $ressources = array();
Line 38... Line 37...
38
                
37
 
39
		$this->conteneur = $conteneur == null ? new Conteneur() : $conteneur;
38
		$this->conteneur = $conteneur == null ? new Conteneur() : $conteneur;
40
		$this->conteneur->chargerConfiguration('config_plantnet.ini');
39
		$this->conteneur->chargerConfiguration('config_plantnet.ini');
41
		$this->navigation = $conteneur->getNavigation();
40
		$this->navigation = $conteneur->getNavigation();
42
		$this->masque = $conteneur->getMasque();
-
 
43
		$this->gestionBdd = $conteneur->getGestionBdd();
41
		$this->masque = $conteneur->getMasque();
44
		$this->bdd = $this->gestionBdd->getBdd();	
42
		$this->bdd = $this->conteneur->getBdd();
Line 45... Line 43...
45
	}
43
	}
46
	
44
 
47
	/**
45
	/**