ADVERTISEMENT

MMC backs DILGs 'Safer Cities' drive, urges cities to properly enforce ordinances

Published Apr 8, 2026 04:57 pm
Metro Manila Council (MMC) President and San Juan City Mayor Francis Zamora on Wednesday, April 8, said they support the Department of the Interior and Local Government’s (DILG) “Safer Cities” program to enhance peace and order in Metro Manila.
“Nais kong ipaabot sa ating DILG at sa ating kalihim na ang Metro Manila Council ay sumusuporta sa kanilang Safer Cities program sapagkat naniniwala kami na talagang dapat naman mapanatili ang katahimikan at kaayusan sa mga LGUs natin sa Metro Manila (We want to convey to the DILG and its secretary that the Metro Manila Council fully supports their ‘Safer Cities’ program, as we believe it is essential to maintain peace and order in our LGUs across Metro Manila),” Zamora said during a phone interview with the Manila Bulletin.
On Monday, DILG Sec. Jonvic Remulla announced the program and tasked policemen to ensure that all the existing ordinances of local government units against drinking in public places and the use of videoke beyond 10 p.m. are strictly enforced in every community in Metro Manila.
Remulla added that they will also strictly enforce curfew for minors and implement regulations against men who roam their communities shirtless.
On Wednesday, Zamora urged other cities to properly enforce the existing ordinances, noting that they have long been in place, following the DILG release of the program’s guidelines.
“Ang binabanggit sa mga guidelines ay dapat ipatupad ng maayos ang mga kasalukuyang ordinansa ng ating mga lokal na pamahalaan because they're already current ordinances pertaining to these four items na meron ng mga existing ordinances dyan (The guidelines state that local governments should properly enforce their existing ordinances, as these are already in place),” the mayor said.
He added that if a local government does not yet have any ordinance in place related to this, it should enact one, specifically covering the four areas mentioned.
In San Juan, Zamora said he has already instructed all law enforcers to continue implementing it, noting that while it was already being enforced, the directive has strengthened and intensified its enforcement.
The mayor said penalty fines depend on each LGU, since existing ordinances vary by city. He added that it is within the LGU’s authority to amend provisions, whether to raise fines or any other provision they deem necessary to amend.”
“Sa tingin nila, masyadong mababa yung mga existing fines, pwede naman nilang i-amend yung ordinances para taasan yung mga multa or kung ano man ang provisions na sa tingin nila eh dapat amyendahan, kung meron man, ayun naman ay within the authority ng local government units (If they believe the existing fines are insufficient, LGUs can amend the ordinances to increase the fines or modify any provisions they consider necessary, if any, as this falls within their authority),” he stated.
“What's important is kung ano man yung existing ordinances, ipatupad ito, maging patas at maayos ang pagpatupad (Whatever the existing ordinances are, they should be properly enforced, ensuring fairness and consistency in their implementation). All of this with the objective of maintaining peace and order in our LGUs in Metro Manila,” Zamora continued.

Related Tags

METRO NEWS MMC mayor francis zamora dilg Ordinance
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.