ADVERTISEMENT

Gibo, Brawner appeal to Congress: Amend AFP modernization law

Published Jul 30, 2025 05:46 pm
Defense Secretary Gilberto Teodoro Jr. urges the Congress to amend the Armed Forces of the Philippines (AFP) Modernization Act during the second day of the post-SONA discussions in San Juan City on July 30, 2025. (Photo: Martin A. Sadongdong/MANILA BULLETIN)
Defense Secretary Gilberto Teodoro Jr. urges the Congress to amend the Armed Forces of the Philippines (AFP) Modernization Act during the second day of the post-SONA discussions in San Juan City on July 30, 2025. (Photo: Martin A. Sadongdong/MANILA BULLETIN)
Department of National Defense (DND) Secretary Gilberto Teodoro Jr. and Armed Forces of the Philippines (AFP) Chief, General Romeo Brawner Jr. urged the Congress to amend the law mandating the modernization of the Armed Forces of the Philippines (AFP), citing the rapid pace of technological obsolescence and the increasing security demands across the country's two million square kilometers of maritime domain.
Teodoro and Brawner made the pitch during the second day of the post-State of the Nation Address (SONA) discussions which centered on good governance, peace and order, and security in San Juan City on Wednesday, July 30.
“The modernization is ongoing, and we aim to accelerate it further. That’s why we are hoping that Congress will amend the AFP modernization program, which is currently based on a 15-year horizon program, because we know that equipment becomes obsolete in a much shorter period of time,” Teodoro said.
The Republic Act No. 7898 or the AFP Modernization Act was enacted in 1995, aiming to modernize the AFP’s major service branches: the Philippine Army, Philippine Navy, and Philippine Air Force within a 15-year period.
Upon the program’s expiration in 2010, It was amended in 2012 and became the revised AFP Modernization Act, extending its validity into another 15 years with a funding of P75 billion and dividing its implementation into three “horizons”.
In 2024, President Marcos Jr. approved what was supposed to be the third and final horizon of the AFP modernization into “Re-horizon 3”, a 10-year defense spending which overhauled the previous acquisition list with a funding of P2 trillion.
Teodoro emphasized that as the AFP expands its area of operations, particularly in the maritime domain, it must also upgrade and expand its infrastructure to accommodate new systems and platforms, some of which are already on order or have recently been acquired.
“Our area of operations has increased and we are now concentrating in our maritime domain,” the defense chief noted.
“The President’s goal is not just change, but continuous transformation,” he stressed. “The nature of threats keeps changing, traditional, asymmetric, hybrid, and cyber, and we must be prepared.”
He noted the importance of the AFP's role not just in defense but also in disaster response, highlighting how military assets are essential in transporting relief goods to far-flung communities, especially during typhoons and other calamities.
Teodoro also linked a strong military to the country's independent foreign policy.
“There is no truly independent foreign policy without a credible armed force. Peace and sovereignty are not free, they must be defended or prepared for to deter those who might challenge them,” he said.
Armed Forces chief, General Romeo Brawner Jr. (Martin A. Sadongdong/MANILA BULLETIN)
Armed Forces chief, General Romeo Brawner Jr. (Martin A. Sadongdong/MANILA BULLETIN)
Brawner Jr. backed Teodoro’s proposal.
“Maganda po iyon, I agree with that dahil outdated na po ang ating modernization law. Marami na po kasing bagong anyo ng giyera katulad ng cyber, information cognitive, electro magnetic, space. Kailangan pabilisin natin ang pagkuha natin ng mga bagong kagamitan, pag-train natin upang maging mahusay tayo sa modern equipment and systems nang sa gayon ay magkaroon tayo ng deterrence,” Brawner told the MANILA BULLETIN on the sidelines of the post-SONA discussion.
(That's a good point, and I agree with it because our modernization law is already outdated. There are now many new forms of warfare such as cyber, information and cognitive warfare, electromagnetic, and space. We need to speed up the acquisition of new equipment and the training of our personnel so that we can become proficient with modern systems and, in turn, establish credible deterrence.)
Brawner said among the big-ticket projects that will be lined up by the AFP include ships from South Korea,  radar systems from Japan, as well as fighter jets and transport aircraft.

Related Tags

DND Gilberto Teodoro Jr. AFP modernization post-SONA
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.