ADVERTISEMENT

Mayor Isko inks public housing ordinance for affordable shelters for Manileños

Published Mar 22, 2021 07:52 pm

Manila Mayor Francisco "Isko Moreno" Domagoso on Monday (March 22) approved an ordinance that aims to provide adequate and affordable shelter for Manileños.

PUBLIC HOUSING—Manila City Mayor Francisco 'Isko Moreno' Domagoso signed on Monday, March 22, 2021, Ordinance No. 8730 or the Manila Urban Housing Ordinance to provide adequate and affordable shelter for Manileños. (Manila Public Information Office photo / MANILA BULLETIN)

Ordinance No. 8730 or the Manila Urban Housing Ordinance aims to strengthen the city government's housing projects that will give "priority to the homeless and underprivileged."

"It is hereby declared a policy of the City of Manila to progressively promote the right of Manilenos to an adequate and dignified standard of living including access to decent and affordable housing, having in mind the general welfare and sustainability of housing projects and partnership to its stakeholders," the ordinance read.

The ordinance states that the projects must incorporate climate and disaster resilience, urban environmental infrastructure improvements, and urban greening innovations in its designs.

All public housing projects by the city government will have a mixed-income occupancy, but low-income households and informal settlers will be given priority.
Minimum wage earners shall pay P2,000 rent both horizontal and vertical housing beneficiaries while government employees with a Salary Grade of 8 and below shall pay the same amount for the employee housing.

Those earning above the minimum wage and earning between Salary Grade 9 to 18 shall pay P3,000.
The Manila Urban Settlement Office will collect all monthly rental fees for proper accounting.

"All housing projects has a length of stay for a period of 50 years, but only the horizontal or the townhouse/single-detached housing units is renewable subject to agreement of parties," the ordinance stated.

Under the said ordinance, the Manila Urban Settlement Office is also tasked to "formulate and establish a One-Stop Shop Housing Processing Center" that will be used to process all housing-related permits, clearances, and certification."

In 2020, the city government has started construction on at least three public housing projects: Basecommunity, Tondominium 1 and 2, and Binondominium. 

Tondominium 1 and 2 and Binondominium will be 15-story condominiums with two-bedroom units. Binondominium will have 126 units while Tondominium 1 and 2 will have 336 units. 

Meanwhile, Basecommunity will be a townhouse structure with 229 two-bedroom units. 
Domagoso said the Manila Urban Housing Ordinance is in line with his Land for the Landless program and a realization of his parents' dream. 

"'Yung pangarap ng tatay at nanay ko na magkaroon ng sariling bahay na hindi naganap ay siya namang bagay na pinagpapasalamat ko sa Diyos ngayon, dahil nabigyan ako ng pagkakataon na matupad ko ang pangarap ng inyong nanay at tatay. Para sa inyo mga Batang Maynila (It was the dream of my father and mother to have our own house, but that didn't happen before. Still, I'm grateful to God now because I was given an opportunity to fulfill the dream of your father and mother. This is for you Manileños)," he said in a statement. 

Present at the signing were Manila City Vice Mayor Maria Sheilah 'Honey' Lacuna-Pangan, Majority Floor Leader Councilor Joel Chua, and other city government officials.

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.