creating tables
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user