ADVERTISEMENT

Senate probe into Pampanga building collapse sought

Published May 26, 2026 02:31 pm

At A Glance

  • In filing Senate Resolution No. 406, Sen. Francis "Kiko" Pangilinan said it is imperative for the Upper Chamber to look into the collapse of the edifice where four persons have been killed and 17 are still missing.
  • Sen. Raffy Tulfo filed Senate Bill No. 2158, or the proposed "New Philippine Building Act" which primarily seeks to update general regulations and policies governing the construction of buildings in the Philippines.


RESCUERS stand beside ruins as search operations continue in a collapsed building in Angeles City in Pampanga, Monday, May 25, 2026. (AP Photo/Aaron Favila)
RESCUERS stand beside ruins as search operations continue in a collapsed building in Angeles City in Pampanga, Monday, May 25, 2026. (AP Photo/Aaron Favila)

A legislative inquiry into the collapse of a nine-story building in Pampanga province has been filed in the Senate.

In filing Senate Resolution No. 406, Sen. Francis “Kiko” Pangilinan said it is imperative for the Upper Chamber to look into the collapse of the edifice where four persons have been killed and 17 are still missing.

Pangilinan is referring to the building being constructed along Teodoro Street, Brgy. Balibago, Angeles City, Pampanga, which according to reports, was due to the unauthorized construction of an additional floor that may have weakened the building’s structural integrity. 

“This accident reflects the urgent need to strengthen the implementation of safety regulations in the construction of buildings, whether public or private. Because in the end, it is our poor countrymen who suffer from this negligence,” Pangilinan said in a statement.

SR No. 406 also seeks to conduct a comprehensive review of the National Building Code and related regulations, and to also strengthen occupational safety standards and ensure accountability of responsible parties.

The Senate inquiry also seeks to establish whether negligence, substandard materials, unauthorized modifications, insufficient oversight, or deficiencies in permitting, inspection, occupational safety enforcement, and disaster preparedness contributed to the collapse.

Pangilinan, whose roots trace back to Sto. Tomas, Pampanga, also condoled with the victims and their families and called on relevant government agencies to provide immediate assistance, medical support, and transparent updates on rescue and recovery operations.

“Our priority is the safety of our countrymen. We owe it to the victims to reveal the truth about this incident and to enact laws and policies to prevent such tragedies from happening in the future,” he said.

In a related development, Sen. Raffy Tulfo filed Senate Bill No. 2158, or the proposed “New Philippine Building Act” which primarily seeks to update general regulations and policies governing the construction of buildings in the Philippines.

Tulfo said the measure aims to replace Presidential Decree No. 1096, or the current “National Building Code of the Philippines,” which has been in effect since 1977.

PD No. 1096 is already considered outdated in addressing modern construction and engineering standards, according to the senator. 

“The effects of an outdated and poorly enforced building code are not just theoretical, they are real and felt all over the country,” Tulfo said in the explanatory note of the SB No. 2158.

Tulfo said that aside from the recent incident in Pampanga, the senator recalled another construction-related accident last Aug. 14, 2025, wherein a debris from a condominium building along Tomas Morato, Quezon City, fell on two students, resulting to one fatality. 

Investigations revealed that the incident was caused by the building’s poor maintenance and failure to install proper safety barriers and protective equipment.

He said these tragedies emphasize the need to revise and revisit the gaps that the proposed law seeks to address, including stricter and more independent structural design reviews, more stringent safety regulations in construction sites, higher accountability for contractors, and stronger inspection and enforcement mechanisms even before accidents occur.

The bill also seeks to impose criminal liabilities for building owners, professionals, contractors, recognized certifiers, structural peer reviewers, testing laboratories, and inspectors found negligent or in violation of its provisions. 

The measure seeks stringent penalties, including imprisonment of at least six years and fines not exceeding one percent of the estimated construction cost of the project, to violators of the proposed law. 

“Overall, this measure aims to keep people safe beyond just having rules on paper. It is vital that these rules are backed by the right people, enforced properly, and integrated into the law that has zero tolerance for negligence,” he said. 

Related Tags

Kiko Pangilinan Raffy Tulfo Pampanga building collapse
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.