Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1609 Rev 1631
Line 79... Line 79...
79
            $worksheet->write(0,18,'Identifiant');
79
            $worksheet->write(0,18,'Identifiant');
Line 80... Line 80...
80
            
80
            
81
            $numero_page = isset($criteres['numero_page']) ? $criteres['numero_page'] : 0;
81
            $numero_page = isset($criteres['numero_page']) ? $criteres['numero_page'] : 0;
Line 82... Line 82...
82
            $limite = isset($criteres['limite']) ? $criteres['limite'] : 0;
82
            $limite = isset($criteres['limite']) ? $criteres['limite'] : 0;
83
 
83
 
84
			$observations = $chercheur_observations->rechercherObservations($uid[0], $criteres, $numero_page, $limite);
84
			$observations = $chercheur_observations->rechercherObservations($uid[0], $criteres, $numero_page, $limite)->get();
Line 85... Line 85...
85
			$ids_obs = array();
85
			$ids_obs = array();
86
			$indices_lignes_obs = array();
86
			$indices_lignes_obs = array();