ADVERTISEMENT

PBBM re-energizes transport infra sector

Published Aug 5, 2026 12:05 am  |  Updated Aug 4, 2026 05:13 pm
THE VIEW FROM RIZAL
In last week’s State of the Nation Address (SONA), one of the lesser-covered aspects of the President’s speech was his update on the national government’s transportation infrastructure sector. It appears the media's focus had been on his remarks on more controversial topics.
From our viewpoint, however, his take on the transportation infrastructure front has been one of the more energizing aspects of his fifth SONA.
It will be recalled that the President mentioned in his SONA the progress of the South Luzon Expressway Toll Road 4 (SLEX TR4). He announced that the Sto. Tomas, Batangas-Tiaong, Quezon portion of this project should be partially operational by the end of 2026.
The President’s announcement has definitely fueled public enthusiasm at a time when the infrastructure sector appeared to be mired in controversy.
Earlier, the Department of Transportation (DOTr) had explained that this major 66.74-kilometer extension from Sto. Tomas, Batangas to Lucena City in Quezon will significantly cut travel time from the current three to four hours to about one hour once fully completed.
As mentioned in the SONA, construction is on track, with earlier segments expected to open first and benefit an estimated 17,000 motorists daily.
We said in our past columns that this is part of the broader infrastructure and transportation gains being achieved under the President's leadership. We believe these efforts reflect his clear prioritization of infrastructure as a driver of economic growth, public convenience, and national competitiveness.
We have observed that under the President’s direction, national government agencies have continued to advance critical road projects. Key initiatives such as the Cavite-Laguna Expressway, the NLEX-SLEX Connector Road, and the Cagayan de Oro Coastal Road are reported to be advancing toward completion as part of the administration’s priority infrastructure list.
These projects, together with the SLEX TR4 extension, demonstrate the President’s effort to strengthen regional connectivity across Luzon and beyond.
We are also glad that things are moving on the rail front.
According to agency reports, the North-South Commuter Railway (NSCR) continues to advance, with right-of-way acquisition showing substantial progress—rising significantly from earlier levels and reaching as high as 90 percent in key segments such as Angeles, Pampanga.
Meanwhile, the Metro Manila Subway Project, the country’s first underground mass transit system, is reported to be on track. DOTr updates confirm that major civil works and systems contracts have been awarded, tunneling activities are expanding across several locations, and right-of-way constraints have largely been addressed.
Air transportation is not about to be left behind. Last we heard, the New Manila International Airport in Bulacan continues to progress, with land development ahead of schedule. Latest reports indicate that construction of the passenger terminal building will expand in 2026, and the first runway is targeted for completion by 2028.
We can understand the upbeat mood that these developments fuel. Studies consistently show that investments in transport infrastructure deliver strong economic returns. Research from the World Bank and the Asian Development Bank indicates that improved roads, railways, and airports reduce logistics costs, raise productivity, stimulate private investment, and support higher GDP growth.
Here at home, major infrastructure programs have been linked to job creation—often generating hundreds of thousands of direct and indirect employment opportunities—while enhancing regional competitiveness and facilitating the movement of goods and people.
This is why we share the view that this current wave of projects holds significant promise for long-term economic gains.
Taken together, these projects—expressways, railways, and airports—are expected to lower the cost of doing business, attract investment, create jobs, and make daily travel more reliable for students, workers, and families. Stronger connections to Metro Manila and Southern Luzon open new possibilities for commerce, tourism, and development while easing the burden of long commutes.
We commend the President for his decisive leadership in driving the infrastructure agenda.
We also recognize the work of the national agencies in turning that vision into tangible progress. We believe that the advances we are seeing today are the product of their determined effort.
Looking ahead, the continued completion of these roads, railways, bridges, and airports will strengthen our economy and improve daily life for millions of Filipinos.
Under the President's leadership, these infrastructure gains are building pathways to opportunity and to a more connected, competitive, and inclusive Philippines.
As the nation moves forward with its infrastructure agenda, we hope Antipolo will likewise benefit from the realization of the LRT-2 Antipolo East Extension and the MRT-4. These projects will not only make daily travel faster and more convenient but also unlock new opportunities for economic growth, investment, and a better quality of life for every Antipoleño and Rizaleño.
(The author is a Doctor of Medicine, an entrepreneur and the mayor of Antipolo City, former Rizal governor, and DENR assistant secretary, LLDA general manager. Email: [email protected])
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; } }

{{ static_articles_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.