ADVERTISEMENT

Beyond infrastructure: Building a livable Manila

Published Aug 4, 2026 12:05 am  |  Updated Aug 3, 2026 04:40 pm
FINDING ANSWERS
A city’s progress is often measured by what can be easily seen—newer buildings, better roads, greener public spaces, and multi-billion-peso investments.
Yet for ordinary residents, a city's success is measured differently. Will my parents get care they need as they grow old? Does my child have a fair chance to finish school? Can I afford decent housing without being forced to leave the community I call home? Will help arrive in time when disaster strikes?
These are the questions that define a truly livable city. With the 2028 elections already on the horizon, many will judge the performance of local officials by results, not promises. That ought to be how public service is measured.
At last week's Kapihan sa Manila Prince Hotel where Manila Mayor Francisco "Isko" Moreno Domagoso reiterated his administration's vision for making the nation's capital more livable, it was clear that one theme runs through the city's agenda: putting people first.
For senior citizens, Manila provides quarterly pensions or allowances regardless of economic status, along with birthday cakes and milk. Persons with disabilities and solo parents also receive financial support, while students of the Pamantasan ng Lungsod ng Maynila are given transportation assistance.
These may seem like modest programs, but they ease everyday burdens that often determine whether families can live with dignity or simply survive.
Healthcare is another pillar of the city's vision. The reopening of community health centers, the upgrading of Baseco Hospital, and the expansion of services at Ospital ng Maynila—including life-saving cardiac procedures—recognize a basic tenet: quality healthcare should not depend on one's income.
A city's healthcare system succeeds not only when it builds modern hospitals but also when it makes medical care accessible to those who need it most.
That point was reinforced during the other forum last week, the Kapihan sa Manila Hotel, where Department of Health Undersecretary and National Nutrition Council Executive Director Albert Francis Domingo reminded the public that the country's future begins long before a child enters school.
He made it clear that nutrition during the first 1,000 days of life—from pregnancy until a child's second birthday—shapes brain development, learning ability, and future productivity. If children suffer malnutrition during this critical period, the effects can last a lifetime.
The message carries an important lesson for local governments. Building classrooms and hiring teachers are essential, but they cannot fully compensate for children whose cognitive development has already been impaired by poor nutrition.
According to the latest National Nutrition Survey, one in four Filipino children under five is stunted. That is not simply a health issue. It is a loss of human potential that eventually affects education, employment, and economic growth. Seen this way, healthcare is not separate from development. It is where development begins.
Housing presents a similar challenge. For decades, relocation often meant moving families far from their jobs, schools, hospitals, and communities. Manila's effort to expand in-city housing recognizes that a house is not truly affordable if getting one means losing the means to earn a living. A home should provide stability, not isolation.
The same principle applies to employment. Social programs cannot be sustained without a growing economy. By improving the ease of doing business and attracting investments, the city hopes to create more jobs while generating the revenues needed to fund essential services. Economic growth and social welfare depend on each other.
Peace and order also form part of this equation for a livable city. Businesses invest where communities are safe, and families thrive where children can walk the streets without fear. Public safety is not merely about law enforcement; it is a foundation of economic confidence and quality of life.
Taken together, these initiatives suggest that governance cannot operate in separate compartments. Housing supports health. Good nutrition improves education. Education leads to better jobs. Economic growth finances social services. Livability is built not through isolated projects but through policies that reinforce one another.
The same thinking can be seen in Manila's investment in digital governance. The city now uses artificial intelligence-powered drones and 3D mapping technology capable of predicting flooding up to two hours in advance by analyzing rainfall, drainage systems, and ground elevation. In a flood-prone city, even a short warning can give families time to protect their homes, move vulnerable relatives, and save lives.
More importantly, the technology signals a shift from reactive governance to preventive governance. Better data allows officials to anticipate problems instead of merely responding to them. Technology, after all, is valuable only when it makes public service more responsive and people's lives safer.
Ultimately, every administration will be judged not by the number of projects it launches but by whether people's lives genuinely improve. Roads, buildings, and parks all matter. But so do functioning health centers, proper nutrition, decent housing, quality education, safe neighborhoods, and opportunities to earn a living.
These are not glamorous achievements. They rarely dominate headlines. Yet they are the quiet foundations of every great city. Long after ribbon-cuttings are forgotten, people will remember only one thing: whether their city made life a little easier, safer, and more hopeful. ([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.