Пример #1
0
 function getCompanyCount()
 {
     $companyRecords = new CompanyRecords();
     return $companyRecords->countRecords();
 }