Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 86 → Rev 81

/trunk/metier/api_0.1/NomsVernaculaires.php
27,7 → 27,9
private function getUrlRecherche($nom, $typeRech) {
$tpl = Config::get('nomsVernaRechercheTpl');
$params = array('valeur' => $nom, 'type' => $typeRech);
$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');