Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 193 Rev 195
Line 8... Line 8...
8
 * @author		aurelien <aurelien@tela-botanica.org>
8
 * @author		aurelien <aurelien@tela-botanica.org>
9
 * @author		mathias <mathias@tela-botanica.org>
9
 * @author		mathias <mathias@tela-botanica.org>
10
 * @copyright	2010 Tela-Botanica
10
 * @copyright	2010 Tela-Botanica
11
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
11
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
12
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
12
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
13
 * @version		SVN: $Id: RechercheDao.php 193 2014-01-10 16:10:03Z mathias $
13
 * @version		SVN: $Id: RechercheDao.php 195 2014-01-22 13:29:20Z aurelien $
14
 *
14
 *
15
 */
15
 */
16
class RechercheDao extends Dao {
16
class RechercheDao extends Dao {
17
	const SERVICE = 'CoelRecherche';
17
	const SERVICE = 'CoelRecherche';
Line 66... Line 66...
66
	private function construireUrlRechercheCollections($type, $parametres, $limitation = true) {
66
	private function construireUrlRechercheCollections($type, $parametres, $limitation = true) {
67
		return $this->construireUrlRecherche(
67
		return $this->construireUrlRecherche(
68
			$type,
68
			$type,
69
			$parametres,
69
			$parametres,
70
			$limitation,
70
			$limitation,
71
			array('mots', 'sci', 'bot', 'lieu-stockage', 'zg', 'p', 'pr', 'str-d', 'veg', 'projets')
71
			array('mots', 'sci', 'bot', 'lieu-stockage', 'zg', 'p', 'pr', 'str-d', 'veg')
72
		);
72
		);
73
	}
73
	}
Line 74... Line 74...
74
 
74
 
75
	// construit l'URL du service CoelRecherche pour obtenir des personnes
75
	// construit l'URL du service CoelRecherche pour obtenir des personnes