X-Git-Url: https://git.piment-noir.org/?p=Project_webapp.git;a=blobdiff_plain;f=lib%2Fdb.php;h=9d967d6dd4bbec29ff9d54b1acd9cf6aa33cc9cb;hp=1a870c49f118e285c2fafcaa22178f53372c482a;hb=01adaa67ec825ce01c2921dca8ea4187a5efdb0e;hpb=b2c6089052f1ca993e9f7ac12d23e66f552ce012 diff --git a/lib/db.php b/lib/db.php index 1a870c4..9d967d6 100644 --- a/lib/db.php +++ b/lib/db.php @@ -57,7 +57,7 @@ class CustomDB /** * query method that permit to execute a SQL query * @param string $sql_query the SQL query to execute - * @return mysqli_result object or FALSE on failure and TRUE for queries + * @return object mysqli_result or FALSE on failure and TRUE for queries * without results */ public function query($sql_query) @@ -114,8 +114,8 @@ class CustomDB } /** - * [get_pquery_result description] - * @return [type] [description] + * get_pquery_result method to get the resultset of parametrized SQL query + * @return object mysqli_result resultset or FALSE for other DML queries or on failure */ public function get_pquery_result() {