public static function getNullFromEmpty($value = '') { if ($value == '') { return 0; } return $value; }