Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 896 Rev 921
Line 1... Line 1...
1
<?php
1
<?php
2
// ATTENTION ! Classe compatible uniquement avec nouveau format de bdd du cel //
-
 
3
 
-
 
4
/**
2
/**
5
 * librairie recherche d'images a partir de divers critères
-
 
6
 * Encodage en entrée : utf8
-
 
7
 * Encodage en sortie : utf8
3
* PHP Version 5
8
 *
4
*
-
 
5
* @category  PHP
-
 
6
* @package   jrest
9
 * @author Aurélien PERONNET <aurelien@tela-botanica.org>
7
* @author    Aurélien Peronnet <aurelien@tela-botania.org>
10
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
8
* @copyright 2010 Tela-Botanica
11
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
9
* @license   http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
12
 * @version $Id$
10
* @version   SVN: <svn_id>
-
 
11
* @link      /doc/jrest/
-
 
12
*/
-
 
13
 
-
 
14
/**
-
 
15
* in : utf8
-
 
16
* out : utf8
-
 
17
* 
-
 
18
* Librairie recherche d'images a partir de divers critères
-
 
19
*
13
 */
20
*/
14
class RechercheImage extends Cel {
21
class RechercheImage extends Cel {
Line 15... Line 22...
15
 
22
 
16
 
23