mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Convert newsletter to use Users table as base
This commit is contained in:
parent
b48a788430
commit
011cd747f1
34 changed files with 444 additions and 307 deletions
|
@ -5,6 +5,10 @@ class Db{
|
|||
return $GLOBALS['DbConnection']->GetLastInsertedId();
|
||||
}
|
||||
|
||||
public static function GetAffectedRowCount(): int{
|
||||
return $GLOBALS['DbConnection']->LastQueryAffectedRowCount;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $query
|
||||
* @param array<mixed> $args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue