Some more stuff

This commit is contained in:
2020-06-15 23:10:14 +02:00
parent 7124038b5b
commit 32df152ca7
14 changed files with 330 additions and 201 deletions

View File

@@ -76,6 +76,7 @@ class Fetch extends Request {
);
}
$this->result["pageCount"] = intval(ceil($this->groupCount / Fetch::SELECT_SIZE));
$this->result["totalCount"] = $this->groupCount;
}
return $this->success;

View File

@@ -87,6 +87,7 @@ class Fetch extends Request {
}
}
$this->result["pageCount"] = intval(ceil($this->userCount / Fetch::SELECT_SIZE));
$this->result["totalCount"] = $this->userCount;
}
return $this->success;