Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 53 Rev 81
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');
29
		$tpl = Config::get('nomsVernaRechercheTpl');
30
		$projet = Config::get('referentielVerna');
30
		$projet = Config::get('bdtfx.referentielVerna');
31
		Debug::printr($projet);
31
		Debug::printr($projet,'1');
-
 
32
		$params = array('projet' => $projet, 'valeur' => $nom, 'type' => $typeRech);
32
		$params = array('projet' => $projet, 'valeur' => $nom, 'type' => $typeRech);
33
		Debug::printr($params,'Params');
-
 
34
		$url = $this->formaterUrl($tpl, $params);
-
 
35
		Debug::printr($tpl,'TPL');
33
		$url = $this->formaterUrl($tpl, $params);
36
		Debug::printr($url,'URL');
34
		return $url;
37
		return $url;
35
	}
38
	}
36
}
39
}
37
?>
40
?>