summaryrefslogtreecommitdiff
path: root/core/classes/Database.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/classes/Database.php')
-rw-r--r--core/classes/Database.php2
1 files changed, 2 insertions, 0 deletions
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=[])