Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 80 → Rev 81

/trunk/metier/api_0.1/NomsVernaculaires.php
27,10 → 27,13
private function getUrlRecherche($nom, $typeRech) {
$tpl = Config::get('nomsVernaRechercheTpl');
$projet = Config::get('referentielVerna');
Debug::printr($projet);
$projet = Config::get('bdtfx.referentielVerna');
Debug::printr($projet,'1');
$params = array('projet' => $projet, 'valeur' => $nom, 'type' => $typeRech);
Debug::printr($params,'Params');
$url = $this->formaterUrl($tpl, $params);
Debug::printr($tpl,'TPL');
Debug::printr($url,'URL');
return $url;
}
}