From 26229c110fb92646b36c7b2f48ac7518fd3810a5 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Fri, 17 Mar 2023 02:19:27 +0200 Subject: set algorithns for user authentication and authorization --- core/classes/Database.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/classes/Database.php') diff --git a/core/classes/Database.php b/core/classes/Database.php index 35ff65f..629753c 100644 --- a/core/classes/Database.php +++ b/core/classes/Database.php @@ -82,9 +82,11 @@ class Database { * --- * set and execute a query safely; * save results as associative array; DO NOT RETURN RESULTS + * * @param $sql (string): SQL query * @param $args (array): array of values to bind into SQL * @param $pypass (boolean): flag to bypass security check + * * @return $this (database handler) */ public function query($sql, $args=[]) -- cgit v1.2.3