ADVERTISEMENT

NCAP reinstatement to instill discipline among motorists, MMDA says

Published May 20, 2025 06:01 pm

At A Glance

  • For the MMDA, the lifting of the TRO is timely as the agency is preparing for the expected heavy traffic along EDSA due to the scheduled massive rehabilitation.

The Metropolitan Manila Development Authority (MMDA) insisted that the implementation of the No Contact Apprehension Policy (NCAP) is a big boost to the goal of instilling discipline among motorists as it welcomed the lifting of the temporary restraining order (TRO) by the Supreme Court.

For the MMDA, the lifting of the TRO is timely as the agency is preparing for the expected heavy traffic along EDSA due to the scheduled massive rehabilitation.

“As the implementation of NCAP resumes, we hope to instill road discipline among motorists. Rest assured that the single ticketing system and new NCAP guidelines have addressed concerns raised in the petition,” the MMDA statement read.

NCAP was implemented by the MMDA and in five local government units in Metro Manila— Manila, Quezon City, Valenzuela, Muntinlupa, and Parañaque through a February 2016 resolution of the MMDA.

While its implementation was hailed by government traffic enforcers, a number of motorists raised some concerns regarding its implementation.

Transport groups later questioned its implementation and raised the legal issue of constitutionality of the NCAP and on Aug. 30, 2022, the Supreme Court issued a TR on its implementation.

The reasons

In the petition filed by transport groups, they argued that NCAP had no legal grounds since it is not explicitly defined either in the Republic Act 7924 that serves as the enabling charter of the MMDA, and the RA 4136 which created the Land Transportation Office. 

And since it has no legal grounds, it is unconstitutional and therefore, NCAP implementation is not valid under the law. 

“At the time when the MMDA resolution was passed, there was no statute nor ordinance, allowing the MMDA to augment traffic rules and regulations, to add or to expand the coverage of persons, other than the offending driver, who are liable for committing traffic violations,” the petition read.

While the LGUs enacted their respective ordinances in support of the resolution, the petition stated it is still invalid since there are no existing laws passed by the Congress that allows the implementation of no-contact apprehension.

What transport groups and motorists have been raising against the NCAP was also the guideline that passes the liability to registered owners under the presumption that they are the ones driving their vehicles.

For the transport groups, this violates the principle of due process.

The groups added that NCAP provisions impose unreasonable conditions that include non-renewal of the vehicle registration until such time that the fines are settled, and that the NCAP implementation makes innocent third persons liable for traffic violations.

Traffic management 

The High Court’s order, however, only concerns the MMDA which means that the lifting of the TRO paves the way to the implementation of NCAP along EDSA and C5 Road.

Last week, the submitted a Motion for Reconsideration to the Supreme Court, through the Office of the Solicitor General, to lift the TRO in order to “effectively address traffic congestion on Metro Manila’s major thoroughfares and to safeguard the welfare and safety of all road users.”

“The reinstatement of NCAP is expected to strengthen the agency’s traffic management along EDSA and other major thoroughfares, utilizing closed-circuit television cameras, digital cameras, and other technology to capture videos and images of traffic violators, record traffic violations, and issue citations,” it added.

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.