From 5c24228c20cafaa642ca36581a79372754bfa61a Mon Sep 17 00:00:00 2001 From: boris Date: Thu, 21 Nov 2024 12:33:55 +0000 Subject: [PATCH] add template files and compose file, fix syntax errors in template --- Models/FacilityDataSet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/FacilityDataSet.php b/Models/FacilityDataSet.php index 01822a8..ae3e133 100644 --- a/Models/FacilityDataSet.php +++ b/Models/FacilityDataSet.php @@ -15,7 +15,7 @@ class FacilityDataSet { $sqlQuery = 'SELECT * FROM ecoFacilities;'; $statement = $this->_dbHandle->prepare($sqlQuery); // prepare a PDO statement - $statement->execute(); // execute the PDO statement + $statement->execute(); // execute the PDO statemen $dataSet = []; // loop through and read the results of the query and cast