Subversion Repositories Applications.framework

Rev

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

Rev 426 Rev 474
Line 6... Line 6...
6
* d'abstraction de base de données (PDO, mysql, mysqli, sqlite)
6
* d'abstraction de base de données (PDO, mysql, mysqli, sqlite)
7
* Elle est abstraite donc doit obligatoirement être étendue.
7
* Elle est abstraite donc doit obligatoirement être étendue.
8
*
8
*
9
* PHP Version 5
9
* PHP Version 5
10
*
10
*
11
* @category  Class
11
 * @category	PHP 5.2
12
* @package   Framework
12
 * @package		Framework
13
* @author	aurelien <aurelien@tela-botanica.org>
13
 * @author		Aurélien PERONNET <aurelien@tela-botanica.org>
14
* @copyright 2009 Tela-Botanica
14
 * @copyright	Copyright (c) 2009, Tela Botanica (accueil@tela-botanica.org)
15
* @license   http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
-
 
16
* @license   http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
15
 * @license		GNU-GPL-v3 <http://www.gnu.org/licenses/gpl.html>
17
* @version   SVN: $$Id: Modele.php 426 2013-04-30 16:58:14Z jpm $$
16
 * @license		CECILL-v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt>
18
* @link	  /doc/framework/
-
 
19
*
-
 
20
*/
17
*/
21
abstract class Modele {
18
abstract class Modele {
Line 22... Line 19...
22
 
19
 
23
	/**
20
	/**