has('families', ['familyid' => $VARS['id']])) { $family = (new Family())->load($VARS['id']); } else { header('Location: app.php?page=families&msg=family_doesnt_exists'); die(); } } else { header('Location: app.php?page=families&msg=family_doesnt_exists'); die(); } ?>

get("Delete Family"); ?>

get("Are you sure you want to delete this family?") ?>

get("This action cannot be undone! All information about this family, including payment history, will be purged forever."); ?>
getName(); ?>
getFather(); ?>
getMother(); ?>
getChildren() as $child) { ?>
getName(); ?>