Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 661 Rev 880
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
// ATTENTION ! Classe compatible uniquement avec nouveau format de bdd du cel //
Line -... Line 3...
-
 
3
 
-
 
4
/**
-
 
5
* PHP Version 5
-
 
6
*
-
 
7
* @category  PHP
-
 
8
* @package   papyrus_bp
-
 
9
* @author    aurelien <aurelien@tela-botanica.org>
-
 
10
* @copyright 2010 Tela-Botanica
-
 
11
* @license   http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
-
 
12
* @version   SVN: <svn_id>
-
 
13
* @link      /doc/papyrus_bp/
-
 
14
*/
-
 
15
 
-
 
16
/**
-
 
17
 * Classe fournissant des images au format demandé ou bien aux dimensions demandées
-
 
18
 * 
-
 
19
 * in=utf8
-
 
20
 * out=utf8
-
 
21
 * 
2
 
22
 */
Line 3... Line 23...
3
Class imageProvider extends Cel {
23
class imageProvider extends Cel {
Line 4... Line 24...
4
	
24
	
5
	function getElement($uid){
25
	function getElement($uid){