Beispiel #1
0
 function getSearchCount($searchKey)
 {
     $fields = array("firstName", "middleName", "lastName");
     $personRecords = new PersonRecords();
     return $personRecords->countSearchRecords($searchKey, $fields);
 }