Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1790 Rev 1801
Line 6... Line 6...
6
 * Encodage en entrée : utf8
6
 * Encodage en entrée : utf8
7
 * Encodage en sortie : utf8
7
 * Encodage en sortie : utf8
8
 *
8
 *
9
 * @author Jean-Pascal MILCENT <jpm@clapas.org>
9
 * @author Jean-Pascal MILCENT <jpm@clapas.org>
10
 * @author Aurélien Peronnet <aurelien@tela-botanica.org>
10
 * @author Aurélien Peronnet <aurelien@tela-botanica.org>
-
 
11
 * @author Raphaël Droz <raphael@tela-botanica.org>
11
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
12
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
12
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
13
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
13
 * @version $Id$
14
 * @version $Id$
14
 * @copyright © 2012, Tela Botanica
15
 * @copyright © 2012, 2013 Tela Botanica
15
 */
16
 */
16
require_once('Bdd2.php');
17
require_once('Bdd2.php');
Line 17... Line 18...
17
 
18
 
18
abstract class Cel {
19
abstract class Cel {