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