asd
This commit is contained in:
@@ -89,7 +89,7 @@ final class Search
|
|||||||
|
|
||||||
|
|
||||||
echo $sql;
|
echo $sql;
|
||||||
exit;
|
|
||||||
$stmt = $this->pdo->prepare($sql);
|
$stmt = $this->pdo->prepare($sql);
|
||||||
$stmt->execute($bind);
|
$stmt->execute($bind);
|
||||||
return $stmt->fetchAll(\PDO::FETCH_ASSOC) ?: [];
|
return $stmt->fetchAll(\PDO::FETCH_ASSOC) ?: [];
|
||||||
|
|||||||
Reference in New Issue
Block a user