예제 #1
0
파일: Entrega.php 프로젝트: phcs93/proline
 public static function getDistinctDates()
 {
     $db = new DBAL();
     return $db->select("SELECT DISTINCT dtEntrega FROM entrega");
 }
예제 #2
0
 public static function getDistinctDates()
 {
     $db = new DBAL();
     return $db->select("SELECT DISTINCT dtPagamento FROM pagamento");
 }