ADVERTISEMENT

Tiangco argues like a 'rabid DDS supporter', says Tinio

Published Jan 13, 2026 03:14 pm

At A Glance

  • ACT Teachers Party-list Rep. Antonio Tinio has accused Navotas City lone district Rep. Toby Tiangco of subscribing to what he described as pro-Duterte or "DDS (Duterte diehard supporter)" reasoning.
ACT Teachers Party-list Rep. Antonio Tinio (left), Navotas City lone district Rep. Toby Tiangco (PPAB, MANILA BULLETIN)
ACT Teachers Party-list Rep. Antonio Tinio (left), Navotas City lone district Rep. Toby Tiangco (PPAB, MANILA BULLETIN)


ACT Teachers Party-list Rep. Antonio Tinio has accused Navotas City lone district Rep. Toby Tiangco of subscribing to what he described as pro-Duterte or "DDS (Duterte diehard supporter)" reasoning.
This, the Makabayan lawmaker slammed Tiangco for saying that he won't support a new impeachment complaint against Vice President Sara Duterte unless a "big fish" in the multi-billiin peso flood control projects corruption scandal gets brought to justice first.
"Ibig bang sabihin, dapat kalimutan na lahat ng mga issue ng corruption? In the first place, hindi maliit na bagay 'yung kinakaharap ng Bise Presidente (Does this mean we should forget all corruption issues? In the first place, what the Vice President is facing is not a small matter)," Tinio said on Tuesday, Jan. 13 in reaction to majority member Tiangco's remarks.
"Yung mga ganyang argumento ay argumento ng rabid DDS supporters na ginagamit ang flood control issue bilang pandepensa sa Bise Presidente (Those kinds of arguments are arguments of rabid DDS supporters, who use the flood control issue to defend the Vice President)," he said.
Tiangco was earlier quoted as saying, "If come Feb. 6, wala pang 'big fish', ibig sabihin at least si [resigned Ako Bicol Party-list Rep.] Zaldy Co, hindi pa naibabalik dito, hindi ako makikiisa [sa impeachment complaint laban kay Vice President]."
(If there is still no 'big fish' come Feb. 6, meaning if at least Zaldy Co isn't brought back here, then I will not support the impeachment complaint against the Vice President.)
By Feb. 6, the one-year prohibition on the filing of a new impeachment complaint against the lady official will have lapsed.
A new complaint is expected to be lodged against the Vice President by civil society, even as the matter on the earlier impeachment complaint--transmitted by the House of Representatives to the Senate on Feb. 5, 2025 during the previous 19th Congress--remains unresolved by the Supreme Court (SC).
The SC declared the 19th Congress impeachment rap as unconstitutional. The House has challenged this via motion for reconsideration (MR).
The ACT Teachers solon emphasized that accountability must be upheld regardless of political considerations.
"Kahit ano pang sabihin mo, kung kinurakot 'yan, dapat panagutan (Whatever anyone says, if funds were stolen, there must be accountability)," Tinio said.
Tiangco, in a clarificatory statement Tuesday afternoon, says he believes no one is exempted from accountability.
"Let me be clear, no one is exempted from accountability. However, until an actual impeachment case is filed and evidence presented, I'd rather not comment purely on speculation and hearsay," he said.
Tinio stressed that corruption allegations against high-ranking officials must be thoroughly investigated and prosecuted. In the case of the Vice President, he said the magnitude of alleged irregularities involving her warrants serious action from Congress.
The six major allegations contained in the 19th Congress impeachment complaint against Duterte were the conspiracy to assassinate President Marcos; malversation of P612.5 million in confidential funds; bribery and corruption in Department of Education (DepEd); unexplained wealth and failure to disclose assets; involvement in extrajudicial killings (Davao Death Squad); and destabilization, insurrection, and public disorder.
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.