PDO::ERRMODE_EXCEPTION, PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC, PDO::ATTR_EMULATE_PREPARES => false, ]); return $p; } catch (PDOException $e) { // Friendly error message for users error_log('Database connection failed: ' . $e->getMessage()); throw new Exception("Database not ready. Please contact support."); } }