Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 301 Rev 308
Line 18... Line 18...
18
		$tpl = Config::get('nomsVernaRechercheCompleteTpl');
18
		$tpl = Config::get('nomsVernaRechercheCompleteTpl');
19
		$params = array('valeur' => $num_tax, 'projet' => 'nvjfl');
19
		$params = array('valeur' => $num_tax, 'projet' => 'nvjfl');
20
		$url = $this->formaterUrl($tpl, $params);
20
		$url = $this->formaterUrl($tpl, $params);
21
		return $this->chargerDonnees($url);
21
		return $this->chargerDonnees($url);
22
	}
22
	}
-
 
23
	
-
 
24
	public function getRechercheLimitee($num_tax) {
-
 
25
		$tpl = Config::get('nomsVernaRechercheLimiteeTpl');
-
 
26
		$params = array('valeur' => $num_tax, 'projet' => 'nvjfl');
-
 
27
		$url = $this->formaterUrl($tpl, $params);
-
 
28
		return $this->chargerDonnees($url);
-
 
29
	}
Line 23... Line 30...
23
 
30
 
24
	public function getRechercheEtendue($nom, $type_resultat = '') {
31
	public function getRechercheEtendue($nom, $type_resultat = '') {
25
		$methode = 'getUrlRecherche'.$type_resultat;
32
		$methode = 'getUrlRecherche'.$type_resultat;
26
		if (method_exists($this, $methode)) {
33
		if (method_exists($this, $methode)) {