ADVERTISEMENT

Zubiri to PMA: Let's stand together to protect the Constitution

Published Feb 17, 2024 11:27 am

At A Glance

  • Speaking before alumni of the Philippine Military Academy (PMA), Senate President Juan Miguel Zubiri says that he is hoping that they stand with the Senate in protecting the 1987 Constitution.

Speaking before alumni of the Philippine Military Academy (PMA), Senate President Juan Miguel Zubiri says that he is hoping that they stand with the Senate in protecting the 1987 Constitution.

viber_image_2024-02-17_15-28-19-523.jpg
(Photo from the Office of Senate President Juan Miguel Zubiri)

"I am hopeful that our men and women of the PMA are with us in our stand to protect the Constitution," Zubiri said on Saturday, Feb. 17, during his speech at the Philippine Military Academy (PMA) Alumni Homecoming where he was the guest of honor and speaker.

"We may wield different tools and weapons, but we all play a vital role in defending our nation and our people," Zubiri said.

Zubiri brought up the topic of Charter change (Cha-cha), wherein he noted how the Senate has always been a safe place for ideas.

He also beamed with pride about his Senate colleagues, which he said has been very vocal in opposing foreign aggression and more consistent in condemning the harassment of the country's soldiers, sailors, and fishermen.

"Make no mistake—while we in the Senate do not face the same dangers
that you do out in the field, we also, in our way, uphold the freedoms that you stand for," he said.

He expressed defiance to being told that "politics stops at the water’s edge."

"We all have a stake in our sovereignty, and we in the Senate are proud to use our power and our platform to stand with our brave men and women in uniform, in defense of our nation," he said.

Zubiri noted in particular the Senate's "impassioned" defense of the West Philippine Sea, where he said China’s aggression and incursions have not only encroached upon the country's sovereignty, but imperiled the lives of the people.

"We our proud to advocate for our fisherfolk who are simply trying to make a living. We are proud to use our reach and influence of to bring China’s condemnable actions into the headlines. And we are proud to make the rest of the world take notice, and most crucially, to take our side," he added.

On a different note, he mentioned how some PMAers became "accidental politicians", like some senators, "because the people want them there".

Zubiri was referring to former senators Pong Biazon, Ping Lacson, Greg Honasan, and incumbent senator Ronald "Bato" dela Rosa, whom he considered to be great combatants in the arena of policy-making.

In the same speech, he also highlighted some of the Senate's efforts in budget allocation.


He also described as an investment the study and development of the country's marine assets by helping the Bureau of Fisheries and Aquatic Resources (BFAR) with the acquisition of additional vessels, as well as the Department of Environment and Natural Resources' (DENR) allocation worth P500,000,000 for the development and enhancement of marine stations, "where we can better account for our islands and our marine life".

On top of this, he said that the Senate continues to develop
legislation in support of the military's evolving military needs.

These include amendments to the Government Procurement Reform Act; approval of the Self-Reliant Defense Posture Act or the SRDP; the approval on third reading of the bill that seeks to reorganize the Philippine National Police (PNP); and the Military and Uniformed Personnel Services Separation, Retirement, and Pension Act, which is already at an advanced stage in the Senate.

Related Tags

Senate President Juan Miguel F.  Zubiri Charter change 1987 Constitution Philippine Military Academy
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.