Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3823 Rev 3836
Line 38... Line 38...
38
		}
38
		}
Line 39... Line 39...
39
 
39
 
40
		$this->start = isset($_GET['start']) ? $_GET['start'] : self::start_defaut;
40
		$this->start = isset($_GET['start']) ? $_GET['start'] : self::start_defaut;
Line 41... Line -...
41
		$this->limit = isset($_GET['limit']) ? $_GET['limit'] : self::limit_defaut;
-
 
42
 
-
 
-
 
41
		$this->limit = isset($_GET['limit']) ? $_GET['limit'] : self::limit_defaut;
43
		$criteres['mots_cles'] = isset($_GET['tag']) ? $_GET['tag'] : null;
42
 
44
		$criteres['auteur'] = isset($_GET['auteur']) ? $_GET['auteur'] : null;
43
		
-
 
44
		$criteres['recherche'] = isset($_GET['recherche']) ? $_GET['recherche'] : null;
-
 
45
		$criteres['taxon'] = isset($_GET['taxon']) ? $_GET['taxon'] : null;
-
 
46
		$criteres['referentiel'] = isset($_GET['referentiel']) ? $_GET['referentiel'] : null;
-
 
47
		$criteres['taxon'] = isset($_GET['taxon']) ? $_GET['taxon'] : null;
45
		$criteres['zone_geo'] = isset($_GET['commune']) ? $_GET['commune'] : null;
48
		// date debut - fin
-
 
49
		$criteres['zone_geo'] = isset($_GET['commune']) ? $_GET['commune'] : null;
-
 
50
		$criteres['ce_zone_geo'] = isset($_GET['dept']) ? $_GET['dept'] : null; // separe par ,
-
 
51
		$criteres['pays'] = isset($_GET['pays']) ? $_GET['pays'] : null;
-
 
52
		$criteres['auteur'] = isset($_GET['auteur']) ? $_GET['auteur'] : null;
46
		$criteres['taxon'] = isset($_GET['taxon']) ? $_GET['taxon'] : null;
53
		$criteres['programme'] = isset($_GET['programme']) ? $_GET['programme'] : null;
47
		$criteres['ce_zone_geo'] = isset($_GET['dept']) ? $_GET['dept'] : null;
-
 
48
		$criteres['famille'] = isset($_GET['famille']) ? $_GET['famille'] : null;
54
		$criteres['mots_cles'] = isset($_GET['tag']) ? $_GET['tag'] : null;
49
		$criteres['recherche'] = isset($_GET['recherche']) ? $_GET['recherche'] : null;
55
		$criteres['famille'] = isset($_GET['famille']) ? $_GET['famille'] : null;
50
		$criteres['standard'] = isset($_GET['standard']) ? $_GET['standard'] : 1;
56
		$criteres['standard'] = isset($_GET['standard']) ? $_GET['standard'] : 1;
Line 51... Line 57...
51
		$criteres['tri'] = isset($_GET['tri']) ? $_GET['tri'] : self::tri_defaut;
57
		$criteres['tri'] = isset($_GET['tri']) ? $_GET['tri'] : self::tri_defaut;