ADVERTISEMENT

'He missed the point': Tinio not done with Paolo Duterte on Davao flood control controversy

Published Nov 6, 2025 05:07 pm

At A Glance

  • ACT Teachers Party-list Rep. Antonio Tinio said on Thursday, Nov. 6 that Davao City 1st district Rep. Paolo Duterte completely "missed the point" of his exposé on the alleged P4.35 billion worth of questionable flood control projects in the latter's city.
Davao City 1st district Rep. Paolo Duterte (left), ACT Teachers Party-list Rep. Antonio Tinio (Facebook)
Davao City 1st district Rep. Paolo Duterte (left), ACT Teachers Party-list Rep. Antonio Tinio (Facebook)


ACT Teachers Party-list Rep. Antonio Tinio said on Thursday, Nov. 6 that Davao City 1st district Rep. Paolo Duterte completely "missed the point" of his exposé on the alleged P4.35 billion worth of questionable flood control projects in the latter's city.
Tinio, in his response to Rep. Duterte's fiery statement Wednesday night wherein he practically dared the militant solon to come to Davao, contended that the data he presented was based on the Department of Public Works and Highways' (DPWH) own findings.
"Congressman Duterte seems to have missed the point entirely. The data I presented showing 80 out of 121 contracts worth P4.35 billion with serious red flags came from the DPWH's own records, their website, and official budget documents. We simply analyzed and cross-checked what the government's own data revealed," Tinio said.
On Wednesday, Rep. Duterte said Davao had "nothing to hide" and that there were no "ghost" projects in the city.
"Every single flood-control project along the Davao and Matina Rivers was implemented, inspected, and validated by the Department of Public Works and Highways (DPWH) and the Commission on Audit (COA). The structures exist. They are serving the people," he said.
He further told Tinio to come to Davao and inspect the alleged questionable projects himself.
"Congressman Duterte invites me to walk the riverbanks and see the projects. But the question is not simply whether structures exist—the question is whether the right structures were built in the right locations, whether they were built to specifications, whether they can withstand flooding, and whether P4.35 billion in public funds was spent properly or pocketed by contractors and corrupt officials," the Makabayan solon said.
Tinio emphasized that his exposé identified five categories of serious irregularities: total overlap (P135.14 million), double funding (P115.09 million), changed location and shortchanging (P484.04 million), contracts without proper specifications (P3.44 billion), and contracts not in the approved budget (P622.57 million).
He said even the Independent Commission for Infrastructure (ICI) discovered that a flood control project along the Davao River in Matina Gravahan collapsed just eight months after completion in May 2023. ICI Special Adviser Rodolfo Azurin Jr. said they need to investigate whether substandard materials were used or if the cement mixture was incorrect.
"So Congressman Duterte says these projects were inspected and validated by DPWH and COA, yet an inspection team led by Azurin and ICI advisor Mayor [Banjamin] Magalong found a collapsed project and is now questioning the materials used and calling for contract reviews and sanctions.
"Sino ba ang dapat paniwalaan (Who should be believed)?" Tinio asked.
"These are not baseless accusations or political drama. These are documented irregularities in DPWH's own records involving billions in public funds and contractors with clear political ties to the Duterte family and their allies," he underscored.
The House deputy minority leader announced that he will file a House resolution next week to call for a congressional investigation on the 80 Davao City flood mitigation projects.
He said he will also formally request the ICI, the Commission on Audit (COA), and the Office of the Ombudsman to conduct their own investigations.
"Congressman Duterte says Davao has nothing to hide. Good. Then he should welcome a full, transparent investigation of all flood control and infrastructure projects in his district. The Filipino people deserve answers about how P4.35 billion in public funds was spent—or misspent," Tinio concluded.
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.