I have a code that counts the number of companies. I would like to add word company or companies if number is bigger >
0 companies
1 company
2 companies
.... and so on
The code I use is as follows:
echo $activeCompanies = Model_Company::search(array("count_only"=>true));