예제 #1
0
파일: PersonList.php 프로젝트: armic/erpts
 function getPersonCount()
 {
     $personRecords = new PersonRecords();
     return $personRecords->countRecords();
 }