We now can work with prepared statements
This commit is contained in:
@@ -47,6 +47,11 @@ class dbm {
|
||||
if (is_bool($array)) {
|
||||
return $array;
|
||||
}
|
||||
|
||||
if (is_object($array)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return (is_array($array) && count($array) > 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user