예제 #1
0
파일: Deal.php 프로젝트: EricBui0512/FYP
 public static function dealByType($type)
 {
     return Deal::search(null, null, null, null, $type);
 }