Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 238 Rev 272
Line 19... Line 19...
19
		$this->imagesCel = (is_null($images)) ? new Images('cel') : $images;
19
		$this->imagesCel = (is_null($images)) ? new Images('cel') : $images;
20
	}
20
	}
Line 21... Line 21...
21
	
21
	
22
	public function obtenirDonnees($num_nom) {
22
	public function obtenirDonnees($num_nom) {
23
		$urls = $this->imagesCel->getUrlsImagesParIdsNoms(array($num_nom));
23
		$urls = $this->imagesCel->getUrlsImagesParIdsNoms(array($num_nom));
-
 
24
		$donnees['img'] = $urls['bdtfx.'.$num_nom];
24
		return $urls['bdtfx.'.$num_nom];
25
		return $donnees;
25
	}
26
	}
26
}
27
}
27
?>
28
?>