feat: ✨ add RSS and Atom feeds with caching and nice links
This commit is contained in:
parent
c6297fd81b
commit
596cc0e1a3
7 changed files with 120 additions and 1 deletions
|
@ -44,7 +44,7 @@ class MySQLAdapter {
|
|||
return $post_path;
|
||||
}
|
||||
|
||||
function _exec($qery, $argtypes, ...$args) {
|
||||
function _exec($qery, $argtypes = '', ...$args) {
|
||||
$stmt = $this->raw->prepare($qery);
|
||||
if($argtypes != ""){
|
||||
$stmt->bind_param($argtypes, ...$args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue