Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 48 Rev 91
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: eflore_serveur.php,v 1.4 2004-12-22 13:32:33 jpm Exp $
24
// CVS : $Id: eflore_serveur.php,v 1.5 2005-01-19 15:23:43 jpm Exp $
25
/**
25
/**
26
* Fichier principal d'eFlore-Serveur
26
* Fichier principal d'eFlore-Serveur
27
*
27
*
28
* Ce fichier initialise le programme lance la recherche des infos et transfères les données
28
* Ce fichier initialise le programme lance la recherche des infos et transfères les données
29
* à la vue demandée par l'action.
29
* à la vue demandée par l'action.
Line 33... Line 33...
33
//Auteur original :
33
//Auteur original :
34
*@author        Frédéric LEGENS <flegens@free.fr>
34
*@author        Frédéric LEGENS <flegens@free.fr>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
37
*@copyright     Tela-Botanica 2000-2004
37
*@copyright     Tela-Botanica 2000-2004
38
*@version       $Revision: 1.4 $ $Date: 2004-12-22 13:32:33 $
38
*@version       $Revision: 1.5 $ $Date: 2005-01-19 15:23:43 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
// |                                            ENTETE du PROGRAMME                                       |
43
// |                                            ENTETE du PROGRAMME                                       |
Line 44... Line 44...
44
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
45
 
45
 
46
require_once 'configuration/eflore_config_avancee.inc.php';
46
require_once 'configuration/eribo_config_avancee.inc.php';
47
require_once EFSE_FICHIER_CONFIG;
47
require_once EFSE_FICHIER_CONFIG;
48
require_once EFSE_CHEMIN_INTERFACE.'eflore_model.interface.php';
48
require_once EFSE_CHEMIN_INTERFACE.'eribo_modele.interface.php';
49
require_once EFSE_CHEMIN_INTERFACE.'eflore_vue.interface.php';
49
require_once EFSE_CHEMIN_INTERFACE.'eribo_vue.interface.php';
50
require_once EFSE_CHEMIN_INTERFACE.'eflore_macro_element.interface.php';
50
require_once EFSE_CHEMIN_INTERFACE.'eribo_macro_element.interface.php';
51
require_once EFSE_CHEMIN_CLASSE.'eflore_block_de_donnees.class.php';
51
require_once EFSE_CHEMIN_CLASSE.'eribo_block.class.php';
-
 
52
require_once EFSE_CHEMIN_CLASSE.'eribo_collection_block.class.php';
Line 52... Line 53...
52
require_once EFSE_CHEMIN_CLASSE.'eflore_collection_block_de_donnees.class.php';
53
require_once EFSE_CHEMIN_CLASSE.'eribo_groupe_macro_element.class.php';
53
require_once EFSE_CHEMIN_CLASSE.'eflore_groupe_macro_element.class.php';
54
require_once EFSE_CHEMIN_CLASSE.'eribo_macro_element.class.php';
54
 
55
 
55
// +------------------------------------------------------------------------------------------------------+
56
// +------------------------------------------------------------------------------------------------------+
Line 67... Line 68...
67
 
68
 
68
// +------------------------------------------------------------------------------------------------------+
69
// +------------------------------------------------------------------------------------------------------+
69
// |                                           LISTE de FONCTIONS                                         |
70
// |                                           LISTE de FONCTIONS                                         |
Line 70... Line 71...
70
// +------------------------------------------------------------------------------------------------------+
71
// +------------------------------------------------------------------------------------------------------+
71
 
72
 
72
function lancerService($service_nom, $vue_nom, $schema, $ratio, $style)
73
function lancerService($modele_nom, $vue_nom, $schema, $ratio, $style)
73
{
74
{
74
    $donnees_block = '';
75
    $donnees_block = '';
75
    $un_modele = fabriquerModele($service_nom);
76
    $un_modele = fabriquerModele($modele_nom);
76
    if ($un_modele != null) {
77
    if ($un_modele != null) {
77
        $un_modele->construire();
78
        $un_modele->construire();
Line 111... Line 112...
111
}
112
}
Line 112... Line 113...
112
 
113
 
113
/* +--Fin du code ----------------------------------------------------------------------------------------+
114
/* +--Fin du code ----------------------------------------------------------------------------------------+
114
*
115
*
-
 
116
* $Log: not supported by cvs2svn $
-
 
117
* Revision 1.4  2004/12/22 13:32:33  jpm
-
 
118
* Inclusion des deux fichiers de config.
115
* $Log: not supported by cvs2svn $
119
*
116
* Revision 1.3  2004/12/21 19:06:59  jpm
120
* Revision 1.3  2004/12/21 19:06:59  jpm
117
* Mise en conformité convention de codage.
121
* Mise en conformité convention de codage.
118
*
122
*
119
* Revision 1.2  2004/12/16 22:07:35  fred
123
* Revision 1.2  2004/12/16 22:07:35  fred