Exemple #1
0
 public static function getDistinctDates()
 {
     $db = new DBAL();
     return $db->select("SELECT DISTINCT dtEntrega FROM entrega");
 }
Exemple #2
0
 public static function getDistinctDates()
 {
     $db = new DBAL();
     return $db->select("SELECT DISTINCT dtPagamento FROM pagamento");
 }