(feat)(in-progress): added modal for creation
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user