Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 320 Rev 362
Line 32... Line 32...
32
		$this->cheminCartesBase = Config::get('Cartes.chemin');
32
		$this->cheminCartesBase = Config::get('Cartes.chemin');
33
		$this->dest_map['cel'] = 'cel_nt'.$this->info['nt'].'_'.$this->info['src_map'];
33
		$this->dest_map['cel'] = 'cel_nt'.$this->info['nt'].'_'.$this->info['src_map'];
34
		$this->img['cel'] = imagecreatefrompng($this->cheminCartesBase.$this->info['src_map']);
34
		$this->img['cel'] = imagecreatefrompng($this->cheminCartesBase.$this->info['src_map']);
35
	}
35
	}
Line -... Line 36...
-
 
36
	
-
 
37
	public function testerParametresProjets() {
-
 
38
		$test = true;
-
 
39
		if ($this->info['nt'] == 0) {
-
 
40
			$test = false;
-
 
41
		}
-
 
42
		return $test;
-
 
43
	}
36
	
44
	
37
	public function chargerDonnees() {
45
	public function chargerDonnees() {
Line 38... Line 46...
38
		// Recherche nom correspondant au numero nomenclatural en cours (pour etablir le lien avec les donnees moissonnes).
46
		// Recherche nom correspondant au numero nomenclatural en cours (pour etablir le lien avec les donnees moissonnes).
39
	
47