Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 301 Rev 308
Line 19... Line 19...
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
	}
Line -... Line 23...
-
 
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
	}
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)) {
27
			$url = $this->$methode($nom, 'etendue');
34
			$url = $this->$methode($nom, 'etendue');