public static function getErrorCode($error) { $code = self::$connection->errorCode(); return $code; }