Line 3... |
Line 3... |
3 |
// +------------------------------------------------------------------------------------------------------+
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
4 |
// | PHP version 4.1 |
|
4 |
// | PHP version 4.1 |
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
6 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
6 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
8 |
// | This file is part of MON_PROGRAMME. |
|
8 |
// | This file is part of Papyrus. |
|
9 |
// | |
|
9 |
// | |
|
10 |
// | Foobar is free software; you can redistribute it and/or modify |
|
10 |
// | Foobar is free software; you can redistribute it and/or modify |
|
11 |
// | it under the terms of the GNU General Public License as published by |
|
11 |
// | it under the terms of the GNU General Public License as published by |
|
12 |
// | the Free Software Foundation; either version 2 of the License, or |
|
12 |
// | the Free Software Foundation; either version 2 of the License, or |
|
13 |
// | (at your option) any later version. |
|
13 |
// | (at your option) any later version. |
|
Line 19... |
Line 19... |
19 |
// | |
|
19 |
// | |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
24 |
// CVS : $Id: pap_application.fonct.php,v 1.1 2004-11-09 17:54:50 jpm Exp $
|
24 |
// CVS : $Id: pap_application.fonct.php,v 1.2 2005-02-28 11:12:03 jpm Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Titre
|
26 |
* Biblibothèque de fonction sur les applications.
|
27 |
*
|
27 |
*
|
28 |
* Description
|
28 |
* Liste des fonctions sur les applications.
|
29 |
*
|
29 |
*
|
30 |
*@package nom_du_paquetage
|
30 |
*@package Papyrus
|
31 |
*@subpackage nom_du_sous-paquetage_si_necessaire
|
31 |
*@subpackage Fonctions
|
32 |
//Auteur original :
|
32 |
//Auteur original :
|
33 |
*@author Prenom NOM <mail@tela-botanica.org>
|
33 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
34 |
//Autres auteurs :
|
34 |
//Autres auteurs :
|
35 |
*@author Aucun
|
35 |
*@author Aucun
|
36 |
*@copyright Tela-Botanica 2000-2004
|
36 |
*@copyright Tela-Botanica 2000-2004
|
37 |
*@version $Revision: 1.1 $ $Date: 2004-11-09 17:54:50 $
|
37 |
*@version $Revision: 1.2 $ $Date: 2005-02-28 11:12:03 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 201... |
Line 201... |
201 |
|
201 |
|
202 |
|
202 |
|
203 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
203 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
204 |
*
|
- |
|
205 |
* $Log: not supported by cvs2svn $
|
- |
|
206 |
* Revision 1.1 2004/11/09 17:54:50 jpm
|
204 |
*
|
207 |
* Ajout de fonction permettant de manipuler les informations liées aux applications.
|
205 |
* $Log: not supported by cvs2svn $
|
208 |
*
|
206 |
*
|
209 |
*
|
207 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
210 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
208 |
*/
|
211 |
*/
|