ADVERTISEMENT

Teachers urged to join September 21 rally vs corruption

Published Sep 18, 2025 05:29 pm
The Teachers’ Dignity Coalition (TDC) is urging teachers to join the September 21, 2025, Luneta rally against corruption, highlighting their call for a P15,000 salary hike and questioning the prioritization of the 2025 budget over education. (Manila Bulletin / file photo)
The Teachers’ Dignity Coalition (TDC) is urging teachers to join the September 21, 2025, Luneta rally against corruption, highlighting their call for a P15,000 salary hike and questioning the prioritization of the 2025 budget over education. (Manila Bulletin / file photo)
Stressing the link between government accountability and the state of Philippine education, a teachers’ group on Thursday, September 18, called on teachers, education workers, and advocates to participate in a nationwide rally against corruption this weekend.
The Teachers’ Dignity Coalition (TDC), in a statement, urged teachers to join the rally to be held on Sunday, September 21, at Luneta in Manila.
TDC National Chairperson Benjo Basas said the rally is not only about teachers’ rights and welfare but also about “a broader struggle shared by ordinary Filipinos against corruption and inequality.”
“For years, we have fought not only for the rights and welfare of our teachers but also for meaningful reforms in our education system and in society as a whole,” Basas said.
“We firmly believe that our demands for decent pay and dignified working conditions are inseparable from the broader struggle of the ordinary people, the working class, and our nation against corruption and inequality,” he added.
Teachers’ demands
TDC reiterated its long-standing call for a P15,000 across-the-board salary increase for public school teachers, which it said remains unaddressed.
The group expressed concern that despite teachers’ needs, government priorities continue to shift elsewhere.
“Instead of prioritizing teachers and learners, our government continues to allow corruption to flourish in agencies like the DPWH [Department of Public Works and Highways], where anomalous projects and collusion with legislators and contractors bleed our national resources dry,” Basas said.
The Caloocan City teacher lamented that while public schools face chronic shortages of classrooms, textbooks, and basic facilities, billions of pesos are being poured into projects that have been questioned for inefficiency and corruption risks.
“These very crooks and their nepo babies shamelessly flaunt their lavish lifestyles—showing off luxury cars, branded accessories, extravagant vacations, fine dining sprees, and even expensive umbrellas as symbols of excess—while many of our schools remain flooded,” he added.
2025 budget concerns
TDC also questioned the 2025 national budget, which, for the first time, allocated more funds to the DPWH than to the Department of Education (DepEd) and other education agencies.
The group has filed a petition before the Supreme Court challenging the constitutionality of this allocation. TDC noted that prioritizing infrastructure projects over education reflects “distorted priorities” that leave teachers and learners behind.
“This glaring distortion of priorities channels a third of a trillion pesos into flood control projects—funds that have now been exposed as not merely vulnerable to corruption but deliberately designed as a grand scam, the handiwork of a syndicate—while our schools, teachers, and learners continue to be deprived of their most urgent needs,” Basas said.
Enough is enough
TDC alleged that while teachers and students continue to endure persistent shortages in classrooms, textbooks, and essential water and sanitation facilities, billions of pesos are squandered on ghost projects and substandard infrastructure.
“This is not merely inefficiency—it is a systemic betrayal of public trust,” Basas said. “We say enough,” he added. 
According to TDC, rampant corruption and widening inequality reflect a society in deep distress—where systemic failure continues to harm those most in need.
“The cure lies not only in holding the corrupt accountable but also in building a progressive and responsive education system that uplifts the majority, empowers the marginalized, and ensures genuine social justice,” Basas said.
Rally call
The September 21 rally, which coincides with the commemoration of the martial law declaration, is expected to gather broad groups of citizens pushing for accountability and reforms.
“On September 21, we march not just as teachers demanding fair pay, but as citizens calling for a responsive education system and a government that puts people first,” Basas said.

Related Tags

Teachers Dignity Coalition teachers salary increase Philippines 2025 national budget education DPWH vs DepEd funding Luneta rally against corruption flood control corruption Philippines
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.