Subversion Repositories Applications.gtt

Rev

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

Rev 103 Rev 109
Line 36... Line 36...
36
	
36
	
37
				// Récupération de toutes les infos
37
				// Récupération de toutes les infos
38
				$aso_preferences['preferences'][$Categorie->getLibelle()][] = array(
38
				$aso_preferences['preferences'][$Categorie->getLibelle()][] = array(
39
					'id' => $Projet->getIdProjet(),
39
					'id' => $Projet->getIdProjet(),
40
					'valeur' => $Projet->getIdProjet(),
40
					'valeur' => $Projet->getIdProjet(),
-
 
41
					'no' => $Projet->getNom(),
-
 
42
					'de' => $Projet->getDescription(),
-
 
43
					'dade' => $Projet->getDateDebut(),
-
 
44
					'dafi' => $Projet->getDateFin(),
-
 
45
					'dupr' => $Projet->getDureePrevue(),
-
 
46
					'dufi' => $Projet->getDureeFinance(),
41
					'nom' => $Projet->getNom(),
47
					'av' => $Projet->getAvancement(),
42
					'coche' => $coche);
48
					'coche' => $coche);
43
	    	}
49
	    	}
44
	    	ksort($aso_preferences['preferences']);
50
	    	ksort($aso_preferences['preferences']);