Subversion Repositories Applications.gtt

Rev

Rev 32 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32 Rev 48
1
<?php
1
<?php
2
// +------------------------------------------------------------------------------------------------------+
2
// +------------------------------------------------------------------------------------------------------+
3
// | PHP version 5.1.1                                                                                    |
3
// | PHP version 5.1.1                                                                                    |
4
// +------------------------------------------------------------------------------------------------------+
4
// +------------------------------------------------------------------------------------------------------+
5
// | Copyright (C) 2006 Tela Botanica (accueil@tela-botanica.org)                                         |
5
// | Copyright (C) 2006 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// +------------------------------------------------------------------------------------------------------+
6
// +------------------------------------------------------------------------------------------------------+
7
// | This file is part of eFlore.                                                                         |
7
// | This file is part of eFlore.                                                                         |
8
// |                                                                                                      |
8
// |                                                                                                      |
9
// | Foobar is free software; you can redistribute it and/or modify                                       |
9
// | Foobar is free software; you can redistribute it and/or modify                                       |
10
// | it under the terms of the GNU General Public License as published by                                 |
10
// | it under the terms of the GNU General Public License as published by                                 |
11
// | the Free Software Foundation; either version 2 of the License, or                                    |
11
// | the Free Software Foundation; either version 2 of the License, or                                    |
12
// | (at your option) any later version.                                                                  |
12
// | (at your option) any later version.                                                                  |
13
// |                                                                                                      |
13
// |                                                                                                      |
14
// | Foobar is distributed in the hope that it will be useful,                                            |
14
// | Foobar is distributed in the hope that it will be useful,                                            |
15
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
15
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
16
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
16
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
17
// | GNU General Public License for more details.                                                         |
17
// | GNU General Public License for more details.                                                         |
18
// |                                                                                                      |
18
// |                                                                                                      |
19
// | You should have received a copy of the GNU General Public License                                    |
19
// | You should have received a copy of the GNU General Public License                                    |
20
// | along with Foobar; if not, write to the Free Software                                                |
20
// | along with Foobar; if not, write to the Free Software                                                |
21
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// +------------------------------------------------------------------------------------------------------+
22
// +------------------------------------------------------------------------------------------------------+
23
// CVS : $Id$
23
// CVS : $Id$
24
/**
24
/**
25
* Classe AbsenceMotif
25
* Classe AbsenceMotif
26
*
26
*
27
* Description
27
* Description
28
*
28
*
29
*@package eFlore
29
*@package eFlore
30
*@subpackage modele
30
*@subpackage modele
31
//Auteur original :
31
//Auteur original :
32
*@version 3
32
*@version 3
33
*@author        Shaheen ABDOOL RAHEEM <shaheenar50@hotmail.com>
33
*@author        Shaheen ABDOOL RAHEEM <shaheenar50@hotmail.com>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@version 4
35
*@version 4
36
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
36
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
37
*@author        aucun
37
*@author        aucun
38
*@copyright     Tela-Botanica 2000-2006
38
*@copyright     Tela-Botanica 2000-2006
39
*@version       $Revision$ $Date$
39
*@version       $Revision$ $Date$
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
*/
41
*/
42
 
42
 
43
/**
43
/**
44
* class AbsenceMotif : est à la fois le DAO et le conteneur de la table gestion_utilisateur.
44
* class AbsenceMotif : est à la fois le DAO et le conteneur de la table gestion_utilisateur.
45
* classe métier
45
* classe métier
46
*/
46
*/
47
class AbsenceMotif extends aGttSql {
47
class AbsenceMotif extends aGttSql {
48
	/*** Constantes : */
48
	/*** Constantes : */
49
	const GAM_TOUS = 'ABSENCEMOTIF_TOUS';
49
	const GAM_TOUS = 'ABSENCEMOTIF_TOUS';
50
	const GAM_ID = 'ABSENCEMOTIF_ID';
50
	const GAM_ID = 'ABSENCEMOTIF_ID';
51
	const GAM_ID_MAX = 'ABSENCEMOTIF_ID_MAX';
51
	const GAM_ID_MAX = 'ABSENCEMOTIF_ID_MAX';
-
 
52
	const GAM_LIBELLE = 'ABSENCEMOTIF_LIBELLE';
52
 
53
 
53
	/*** Attributs : */
54
	/*** Attributs : */
54
	private $id_absence_motif;
55
	private $id_absence_motif;
55
	private $libelle;
56
	private $libelle;
56
 
57
 
57
	/*** Aggregations : */
58
	/*** Aggregations : */
58
 
59
 
59
	/*** Constructeur : */
60
	/*** Constructeur : */
60
	public function __construct($cmd = null, $parametres = null)
61
	public function __construct($cmd = null, $parametres = null)
61
	{
62
	{
62
		$this->dao_table_nom = 'gestion_absence_motif';
63
		$this->dao_table_nom = 'gestion_absence_motif';
63
		$this->dao_correspondance = array(
64
		$this->dao_correspondance = array(
64
			'gam_id_absence_motif'	=> 'id_absence_motif',
65
			'gam_id_absence_motif'	=> 'id_absence_motif',
65
			'gam_libelle'	=> 'libelle');
66
			'gam_libelle'	=> 'libelle');
66
 
67
 
67
		// Si l'on veut remplir l'objet à la création on lance la requete correspondante
68
		// Si l'on veut remplir l'objet à la création on lance la requete correspondante
68
		if (!is_null($cmd)) {
69
		if (!is_null($cmd)) {
69
			$this->consulter($cmd, $parametres, true);
70
			$this->consulter($cmd, $parametres, true);
70
		}
71
		}
71
	}
72
	}
72
 
73
 
73
	/*** Accesseurs : */
74
	/*** Accesseurs : */
74
	// Id Absence Motif
75
	// Id Absence Motif
75
	public function getIdAbsenceMotif()
76
	public function getIdAbsenceMotif()
76
	{
77
	{
77
		return $this->id_absence_motif;
78
		return $this->id_absence_motif;
78
	}
79
	}
79
	public function setIdAbsenceMotif( $iam )
80
	public function setIdAbsenceMotif( $iam )
80
	{
81
	{
81
		$this->id_absence_motif = $iam;
82
		$this->id_absence_motif = $iam;
82
	}
83
	}
83
 
84
 
84
	// Libelle
85
	// Libelle
85
	public function getLibelle()
86
	public function getLibelle()
86
	{
87
	{
87
		return $this->libelle;
88
		return $this->libelle;
88
	}
89
	}
89
	public function setLibelle( $l )
90
	public function setLibelle( $l )
90
	{
91
	{
91
		$this->libelle = $l;
92
		$this->libelle = $l;
92
	}
93
	}
93
 
94
 
94
	/*** Méthodes : */
95
	/*** Méthodes : */
95
 
96
 
96
	/**
97
	/**
97
	* Consulter la table gestion_absence_motif.
98
	* Consulter la table gestion_absence_motif.
98
	* @return mixed un tableau d'objets AbsenceMotif s'il y en a plusieurs, l'objet AbsenceMotif s'il y en a 1 seul sinon false.
99
	* @return mixed un tableau d'objets AbsenceMotif s'il y en a plusieurs, l'objet AbsenceMotif s'il y en a 1 seul sinon false.
99
	*/
100
	*/
100
	public function consulter($cmd = '', $parametres = array(), $instancier = false)
101
	public function consulter($cmd = '', $parametres = array(), $instancier = false)
101
	{
102
	{
-
 
103
		if (!is_array($parametres)) {
-
 
104
			$parametres[0] = $parametres;
-
 
105
		}
102
		switch ($cmd) {
106
		switch ($cmd) {
103
			case AbsenceMotif::GAM_TOUS:
107
			case AbsenceMotif::GAM_TOUS:
104
				$requete = 	'SELECT * '.
108
				$requete = 	'SELECT * '.
105
							'FROM gestion_absence_motif ';
109
							'FROM gestion_absence_motif ';
106
				break;
110
				break;
107
			case AbsenceMotif::GAM_ID:
111
			case AbsenceMotif::GAM_ID:
108
				$requete = 	'SELECT * '.
112
				$requete = 	'SELECT * '.
109
							'FROM gestion_absence_motif '.
113
							'FROM gestion_absence_motif '.
110
							'WHERE gam_id_absence_motif = '.$parametres[0].' ';
114
							'WHERE gam_id_absence_motif = '.$parametres[0].' ';
111
				break;
115
				break;
112
			case AbsenceMotif::GAM_ID_MAX:
116
			case AbsenceMotif::GAM_ID_MAX:
113
				$requete =	'SELECT MAX(gam_id_absence_motif) '.
117
				$requete =	'SELECT MAX(gam_id_absence_motif) as gam_id_absence_motif '.
114
							'FROM gestion_absence_motif ';
118
							'FROM gestion_absence_motif ';
-
 
119
				break;
-
 
120
			case AbsenceMotif::GAM_LIBELLE:
-
 
121
				$requete =	'SELECT * '.
-
 
122
							'FROM gestion_absence_motif '.
-
 
123
							'WHERE gam_libelle = "'.$parametres[0].'" ';
115
				break;
124
				break;
116
			default :
125
			default :
117
				$message = 'Commande '.$cmd.'inconnue!';
126
				$message = 'Commande '.$cmd.'inconnue!';
118
				$e = GestionnaireErreur::formaterMessageErreur(__FILE__, __LINE__, $message);
127
				$e = GestionnaireErreur::formaterMessageErreur(__FILE__, __LINE__, $message);
119
    			trigger_error($e, E_USER_ERROR);
128
    			trigger_error($e, E_USER_ERROR);
120
		}
129
		}
121
 
130
 
122
		$resultat = $GLOBALS['db']->query($requete);
131
		$resultat = $GLOBALS['db']->query($requete);
123
		(DB::isError($resultat)) ? die (GestionnaireErreur::retournerErreurSql(__FILE__, __LINE__, $resultat->getMessage(), $requete)) : '' ;
132
		(DB::isError($resultat)) ? die (GestionnaireErreur::retournerErreurSql(__FILE__, __LINE__, $resultat->getMessage(), $requete)) : '' ;
124
		$tab_resultat = array();
133
		$tab_resultat = array();
125
		while ($donnees =& $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
134
		while ($donnees =& $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
126
			$tab_resultat[] = $this->basculerEnregistrementObjet($donnees, $instancier);
135
			$tab_resultat[] = $this->basculerEnregistrementObjet($donnees, $instancier);
127
		}
136
		}
128
 
137
 
129
		$resultat_nbre = count($tab_resultat);
138
		$resultat_nbre = count($tab_resultat);
130
		if ($resultat_nbre > 1) {
139
		if ($resultat_nbre > 1) {
131
			return $tab_resultat;
140
			return $tab_resultat;
132
		} else if ($resultat_nbre == 1) {
141
		} else if ($resultat_nbre == 1) {
133
			return $tab_resultat[0];
142
			return $tab_resultat[0];
134
		} else if ($resultat_nbre == 0) {
143
		} else if ($resultat_nbre == 0) {
135
			return false;
144
			return false;
136
		}
145
		}
137
	}
146
	}
138
 
147
 
139
	/** Afficher l'objet AbsenceMotif */
148
	/** Afficher l'objet AbsenceMotif */
140
	function afficherAbsenceMotif()
149
	function afficherAbsenceMotif()
141
	{
150
	{
142
		echo '<pre>'.print_r($this, true).'</pre>';
151
		echo '<pre>'.print_r($this, true).'</pre>';
143
	}
152
	}
144
}
153
}
145
 
154
 
146
/* +--Fin du code ----------------------------------------------------------------------------------------+
155
/* +--Fin du code ----------------------------------------------------------------------------------------+
147
*
156
*
148
* $Log$
157
* $Log$
149
*
158
*
150
* +-- Fin du code ----------------------------------------------------------------------------------------+
159
* +-- Fin du code ----------------------------------------------------------------------------------------+
151
*/
160
*/
152
?>
161
?>