$candidate) { $councils[] = $candidate['Council']; } $councils = array_unique($councils); asort($councils); //print_r($councils); $pageContent = $renderer->renderPledgePage($councils, $pledgeCandidates); if ($pageContent === null) { exit(2); } echo $pageContent; exit(0);