Subversion Repositories Applications.gtt

Rev

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

Rev 64 Rev 67
Line 61... Line 61...
61
	public function __construct($cmd = null, $parametres = null)
61
	public function __construct($cmd = null, $parametres = null)
62
	{
62
	{
63
		$this->dao_table_nom = 'gestion_projet_categorie';
63
		$this->dao_table_nom = 'gestion_projet_categorie';
64
		$this->dao_correspondance = array(
64
		$this->dao_correspondance = array(
65
			'gpc_id_categorie'	=> 'id_categorie',
65
			'gpc_id_categorie'	=> 'id_categorie',
66
			'gpc_libelle'	=> 'libelle');
66
			'gpc_libelle'	=> 'libelle',
-
 
67
			'gpc_abreviation'	=> 'abreviation');
Line 67... Line 68...
67
 
68
 
68
		// Si l'on veut remplir l'objet à la création on lance la requete correspondante
69
		// Si l'on veut remplir l'objet à la création on lance la requete correspondante
69
		if (!is_null($cmd)) {
70
		if (!is_null($cmd)) {
70
			$this->consulter($cmd, $parametres, true);
71
			$this->consulter($cmd, $parametres, true);