ADVERTISEMENT

Defense chief alarmed by youth protesters' 'hooliganism;' calls for calm in wake of violent protests

Published Sep 22, 2025 01:14 pm
Department of National Defense (DND) Secretary Gilberto Teodoro Jr. (File photo: DND)
Department of National Defense (DND) Secretary Gilberto Teodoro Jr. (File photo: DND)
Department of National Defense (DND) Secretary Gilberto Teodoro Jr. on Monday, Sept. 22, urged the public to remain calm and respect democratic institutions following the massive anti-corruption protests over the weekend, where isolated incidents of violence were reported.
Teodoro, in a radio interview, said the major September 21 protests held at Luneta Park in Manila and People Power Monument in Quezon City showed widespread public demand for accountability in the investigation of alleged flood control anomalies but stressed that the vast majority of demonstrators were peaceful.
“Talagang umaasa ang mga tao na lalabas na ang katotohanan tungkol sa pag-iimbestiga nitong mga flood control anomalies ano. At ‘yung karamihan sa mga raliyista ano, I'd say about more than 98 percent, 99 percent naging matahimik (People are really hoping that the truth will come out regarding the investigation into these flood control anomalies. And the majority of the rallyists, I’d say about more than 98 percent, 99 percent, remained peaceful),” he said.
He, however, expressed concern over violent actions by some groups of youth participants at Ayala Bridge and Mendiola in Manila. A total of 216 protesters were arrested while 95 cops were injured due to the violent protests.
“Ngayon, sa internal security ang nakababahala lang po itong mga kabataan na napakabayolente kahapon. Naawa po ako at lumalabas po ang simpatya ko sa ating mga kapatid na pulis na nasaktan kahapon (Now, regarding internal security, what worries me are the youths who were very violent yesterday. I feel sympathy for our fellow police officers who were hurt),” Teodoro noted.
“Ito po ay isang issue ng national security kung ganoon na po ang kabataan. Kung saan nila napupulot ito, ito'y dapat tumbukin kaagad at maremedyohan. Kasi nakita naman po natin na hooliganism na ho ‘yung nangyayari at may menor de edad na sumama. So, ito po ang nakababahala talaga sa akin ano (This is a national security issue if our young people are picking up this behavior. It must be addressed immediately and remedied. What we witnessed was hooliganism, and minors joined in. So this is what truly concerns me),” he added.
A trailer truck was set on fire by rallyists, mostly young people, at Ayala Bridge while others threw rocks, paint mixed with urine, and human waste at cops guarding the pathway leading to the Malacañan Palace.
Interior Secretary Jonvic Remulla had said there were reports he received that the protesters attempted to breach the police blockade to burn Malacañan Palace, similar to protests in Indonesia and Nepal where Gen Z protesters set on fire government leaders’ houses and government institutions.
In Mendiola, protesters, mostly clad in black and wearing masks on their faces, threw Molotov bombs and rocks, set several motorcycles on fire, burglarized a hotel and took some cash, and destroyed public properties.
"Mayhem ang tawag po dyan sa penal law eh (That's what we call mayhem in penal law)," Teodoro said.
Meanwhile, Teodoro also addressed calls by some retired generals for active troops to join protest actions and withdraw their support for the government.
Read: Ex-military officers lead protest in front of Camp Aguinaldo
Teodoro was firm that the Armed Forces of the Philippines (AFP) must stay focused on its constitutional duties.
“Anong gusto nilang gawin ng ating armed forces at other uniformed services? Na umaklas? Eh hindi po pupwede ‘yun eh, at hindi po ayon sa ating Saligang Batas. At ang history nagtuturo sa atin kapag may interventions ang ating armed forces hindi po nagiging stable ang ating society (What do they want our Armed Forces and other uniformed services to do? To revolt? That is not possible, and it is not in accordance with our Constitution. History teaches us that whenever our Armed Forces intervene, our society does not become stable),” he said.
He emphasized that dialogue with uniformed personnel and retirees remains open, particularly on welfare and pension concerns, but underscored that protests must not threaten public order.

Related Tags

DND Gilberto Teodoro Jr. hooligan protests Mendiola Ayala Bridge PNP
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.