Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 81 Rev 86
Line 25... Line 25...
25
		return $this->chargerDonnees($url);
25
		return $this->chargerDonnees($url);
26
	}
26
	}
Line 27... Line 27...
27
	
27
	
28
	private function getUrlRecherche($nom, $typeRech) {
28
	private function getUrlRecherche($nom, $typeRech) {
29
		$tpl = Config::get('nomsVernaRechercheTpl');
-
 
30
		$projet = Config::get('bdtfx.referentielVerna');
-
 
31
		Debug::printr($projet,'1');
29
		$tpl = Config::get('nomsVernaRechercheTpl');
32
		$params = array('projet' => $projet, 'valeur' => $nom, 'type' => $typeRech);
30
		$params = array('valeur' => $nom, 'type' => $typeRech);
33
		Debug::printr($params,'Params');
31
		Debug::printr($params,'Params');
34
		$url = $this->formaterUrl($tpl, $params);
32
		$url = $this->formaterUrl($tpl, $params);
35
		Debug::printr($tpl,'TPL');
33
		Debug::printr($tpl,'TPL');
36
		Debug::printr($url,'URL');
34
		Debug::printr($url,'URL');