Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 757 Rev 869
Line 129... Line 129...
129
		$resultat = $this->getBdd()->recuperer($requete);
129
		$resultat = $this->getBdd()->recuperer($requete);
130
		return $resultat['nb'];
130
		return $resultat['nb'];
131
	}
131
	}
Line 132... Line 132...
132
 
132
 
133
	private function recupererTuplesPrChpNomSciHtml() {
133
	private function recupererTuplesPrChpNomSciHtml() {
134
		$requete = 'SELECT 	num_nom, rang, nom_supra_generique, genre, epithete_infra_generique, '.
134
		$requete = 'SELECT 	num_nom, rang, nom_sci, nom_supra_generique, genre, epithete_infra_generique, '.
135
			'	epithete_sp, type_epithete, epithete_infra_sp,cultivar_groupe, '.
135
			'	epithete_sp, type_epithete, epithete_infra_sp,cultivar_groupe, '.
136
			'	nom_commercial, cultivar '.
136
			'	nom_commercial, cultivar '.
137
			"FROM {$this->table} ".
137
			"FROM {$this->table} ".
138
			"LIMIT {$this->departInsertion},{$this->pasInsertion} ";
138
			"LIMIT {$this->departInsertion},{$this->pasInsertion} ";