Add initial support for reading candidate data from a CSV file

This commit is contained in:
2024-07-30 23:50:09 +10:00
parent 3f5dafa35c
commit 4ed59223cf
7 changed files with 55 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
<?php
class SPLPageRenderer {
public function renderCouncilPage($config) {
public function renderCouncilPage($config, $candidates) {
ob_start();
set_error_handler(function($errno, $errstr, $errfile, $errline) {