Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 725 Rev 819
Line 48... Line 48...
48
	private function capturerParametres() {
48
	private function capturerParametres() {
49
		if (isset($_GET['resultat'])) {
49
		if (isset($_GET['resultat'])) {
50
			$this->parametres->typeResultat = $_GET['resultat'];
50
			$this->parametres->typeResultat = $_GET['resultat'];
51
		}
51
		}
52
		if (isset($_GET['nom'])) {
52
		if (isset($_GET['nom'])) {
53
			$this->parametres->masqueRecherche = $_GET['nom'];
53
			$this->parametres->masqueRecherche = trim($_GET['nom']);
54
		}
54
		}
55
		if (isset($_GET['type_nom'])) {
55
		if (isset($_GET['type_nom'])) {
56
			$this->parametres->typeNom = $_GET['type_nom'];
56
			$this->parametres->typeNom = $_GET['type_nom'];
57
		}
57
		}