Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1700 Rev 1793
Line 20... Line 20...
20
 
20
 
21
	private $indexImagesIds = array();
21
	private $indexImagesIds = array();
22
	private $conteneur;
22
	private $conteneur;
23
	private $navigation;
23
	private $navigation;
24
	private $masque;
-
 
25
	private $gestionBdd;
24
	private $masque;
26
	private $bdd;
25
	private $bdd;
27
	private $parametres = array();
26
	private $parametres = array();
28
	private $ressources = array();
27
	private $ressources = array();
29
	private $tri = 'date_transmission';
28
	private $tri = 'date_transmission';
Line 34... Line 33...
34
	public function __construct(Conteneur $conteneur = null) {
33
	public function __construct(Conteneur $conteneur = null) {
35
		$this->conteneur = $conteneur == null ? new Conteneur() : $conteneur;
34
		$this->conteneur = $conteneur == null ? new Conteneur() : $conteneur;
36
		$this->conteneur->chargerConfiguration('config_determinations.ini');
35
		$this->conteneur->chargerConfiguration('config_determinations.ini');
37
		$this->navigation = $conteneur->getNavigation();
36
		$this->navigation = $conteneur->getNavigation();
38
		$this->masque = $conteneur->getMasque();
37
		$this->masque = $conteneur->getMasque();
39
		$this->gestionBdd = $conteneur->getGestionBdd();
-
 
40
		$this->bdd = $this->gestionBdd->getBdd();
38
		$this->bdd = $this->conteneur->getBdd();
41
	}
39
	}
Line 42... Line 40...
42
 
40
 
43
	/**
41
	/**
44
	 * Méthode principale de la classe.
42
	 * Méthode principale de la classe.