This commit is contained in:
Christian Paminger
2014-10-17 12:59:19 +00:00
parent fef16c406e
commit 6ca08749dc
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ abstract class db extends basis
abstract function db_add_param($var, $type=FHC_STRING, $nullable=true);
abstract function db_parse_bool($var);
abstract function db_implode4SQL($var);
abstract function db_getResultJSON($result = null);
/**