예제 #1
0
파일: ODList.php 프로젝트: armic/erpts
 function getLatestActiveODListGenRevBrgy($brgy = 0)
 {
     $odRecords = new ODRecords();
     if ($odIDList = $odRecords->selectLatestActiveRecordsGenRevBrgy($brgy)) {
         return $odIDList;
     } else {
         return false;
     }
 }