ADVERTISEMENT

Lacson hopes Baclaran vendors organize themselves

Published Mar 11, 2022 08:53 am

Given the mandate to carry out his policy directions for the welfare of the marginalized sectors in our society, Partido Reporma standard-bearer Panfilo ‘Ping’ M. Lacson said demolition squads destroying and confiscating the goods of underprivileged market vendors would be a thing of the past.

Speaking to some groups of market vendors in Baclaran, Parañaque City on Thursday, Lacson said he is hoping they would keep themselves organized and be compliant to local government ordinances, so they could avoid having serious run-ins with the law in the future.

Lacson empathized with the difficult situation experienced by some of the vendors he encountered during the campaign period because they reminded him of his late mother, who worked as a textile vendor. This is why he always felt extra passionate to be of service to them as well.

“Hindi niyo naitanong, ‘yung nanay ko, market vendor din sa napakatagal na panahon. ‘Yon po ‘yung nakapagpaaral sa amin, walo kaming magkakapatid. Kaya alam ko ‘yung dinarama ng isang market vendor na katulad ninyo {In case you did not know, my own mother worked as a market vendor for a long time, too. Through that {job}, she managed to send all of us to school, we were eight siblings. So, I know how market vendors feel like you,’’ the presidential bet said during their town hall meeting.

Lacson recognized that while the legal market vendors could sell their products in peace, having secured permits from their local government units (LGU), there was still the presence of some hawkers who were not authorized to engage in commercial transactions with the public.

‘’The situation in Baclaran really is that cops could drop by every once in a while, or the barangay officials because, of course, they have ordinances or laws to carry out. So, what we should do is to keep (the vendors) organized, so you could set up stalls (to sell your goods or services) legally,’’ he added.

Lacson himself once dealt with a number of abusive cops trying to extort money from both legal and illegal vendors during his heyday as chief of the Philippine National Police. He vigorously implemented anti-‘kotong’ (corruption) drives to save market vendors from being randomly victimized by corrupt authorities.

Another way to solve the problem for the long-term, Lacson said, is through his flagship Budget Reform Advocacy for Village Empowerment (BRAVE) program where the LGUs nationwide will be given the wherewithal to design and implement livelihood projects for their constituents.

The Partido Reporma chairman sees BRAVE as a viable solution to the perennial problem of people from the provinces risking the lives they have gotten used to in the rural areas and migrating to different cities just to find economic opportunities.

“Kung bibigyan ng sapat na suporta (ang mga LGU) at pabayaan doon din mag-implementa (ng mga proyekto), malaki pong matutulong nang sa ganoon bawat kanayunan, bawat bayan, bawat probinsya may sarili silang nakalaang pondo na sapat para ayusin ‘yung kanilang mga pamumuhay doon sa kanilang lugar {If we are going to provide ample support (for the LGUs) and allow them to implement (the projects) themselves, it would help us greatly, so that every rural district, every town, every province has enough budget allocation to improve the living conditions of people in their respective localities},’’ he stressed.

Lacson engaged during the dialogue on this topic a Baclaran-based market vendor, who traced his roots to Marawi City, Lanao del Sur.

The vendor said he only wanted to make a living peacefully without having to worry about hostilities breaking out anytime that’s why he is rooting for Lacson to win the presidenc

Related Tags

market vendors baclaran ping lacson
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.