creating tables

This commit is contained in:
2018-07-21 23:07:41 +02:00
parent 75afc67f31
commit 26488e5883
15 changed files with 215 additions and 48 deletions
+2
View File
@@ -52,6 +52,8 @@ class Utils
return $value ? 1 : 0;
}
if ($value === null) return false;
// convert to string if needed (ie. SimpleXMLElement)
// small overhead for numbers (negligible)
$value = (string) $value;