add template files and compose file, fix syntax errors in template

This commit is contained in:
boris
2024-11-21 12:33:55 +00:00
parent e1b1455ac0
commit 5c24228c20

View File

@@ -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