Beispiel #1
0
 function getPersonCount()
 {
     $personRecords = new PersonRecords();
     return $personRecords->countRecords();
 }