(feat)(in-progress): added modal for creation

This commit is contained in:
boris
2024-12-03 22:21:22 +00:00
parent 574dcbb119
commit 86f778b7ac
3 changed files with 38 additions and 9 deletions

View File

@@ -216,7 +216,6 @@ class FacilityDataSet {
// Bind other filters
for ($i = 1; $i <= 8; $i++) { // Assuming 8 other filters
$value = !empty($filterArray[$i]) ? "%" . $filterArray[$i] . "%" : "%";
print_r($i . " = " . $value . "|");
$stmt->bindValue($bindIndex++, $value, \PDO::PARAM_STR);
}
return $stmt;