Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 245 Rev 246
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 245 2015-02-27 16:13:22Z delphine $
13
 * @version		SVN: $Id: RechercheDao.php 246 2015-03-03 09:13:36Z mathias $
14
 *
14
 *
15
 */
15
 */
16
class RechercheDao extends Dao {
16
class RechercheDao extends Dao {
17
	const SERVICE = 'CoelRecherche';
17
	const SERVICE = 'CoelRecherche';
Line 42... Line 42...
42
 
42
 
43
		return $donnees;
43
		return $donnees;
Line 44... Line 44...
44
	}
44
	}
45
	
45
	
46
	// recherche du nombre de publications : nouveau
46
	// recherche du nombre de publications : nouveau
47
	public function chercherPersonnesNbre($parametres) {
47
	public function chercherPublicationsNbre($parametres) {
48
		$url = $this->construireUrlRecherchePublications('NombrePublications', $parametres, false);
48
		$url = $this->construireUrlRecherchePublications('NombrePublications', $parametres, false);
Line 49... Line 49...
49
		$json = $this->envoyerRequeteConsultation($url);
49
		$json = $this->envoyerRequeteConsultation($url);