Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 85 → Rev 86

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