. */ $_client = new client($_pdo, $_id); ?>
Contacts
getContacts(); foreach ($contacts as $contact) { echo ""; } if (count($contacts) == 0) { echo ""; } ?>
# Name Address Tools
{$contact->getId()} {$contact->getName()} {$contact->getAddress()}
{$contact->getPostalCode()} {$contact->getCity()}
{$contact->getCountry()}
There are no contacts in the database. Why not create one?