Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 660 Rev 665
Line 275... Line 275...
275
			"FROM {$this->table} ".
275
			"FROM {$this->table} ".
276
			$this->retournerRequeteCondition().' '.
276
			$this->retournerRequeteCondition().' '.
277
			$this->requete_group_by.' '.
277
			$this->requete_group_by.' '.
278
			$this->retournerOrderBy().' '.
278
			$this->retournerOrderBy().' '.
279
			$this->formerRequeteLimite();
279
			$this->formerRequeteLimite();
280
//		Debug::printr($requete);
-
 
281
		return $requete;
280
		return $requete;
282
	}
281
	}
Line 283... Line 282...
283
 
282
 
284
	public function retournerChamps() {
283
	public function retournerChamps() {