ADVERTISEMENT

Lacson will streamline PPP to bring underprivileged families and communities above the poverty line

Published Mar 30, 2022 03:43 pm

Presidential candidate Panfilo ‘Ping’ Lacson on Wednesday, March 30 told residents of Zamboanga City of his plans to alleviate widespread poverty in the country by refining and streamlining ‘Pantawid Pamilyang Pilipino Program’ (4Ps).

At a town hall forum hosted by Southern City Colleges-West Campus in San Jose Gusu, Lacson said refining the PPP is one of his long-term goals to bring underprivileged families and communities above the poverty line.

Under his administration, Lacson intends to design his own 4Ps mechanism in which poor families are not only given cash aid as a temporary solution, but are enrolled in various capacity-building programs to elevate their living conditions.

‘’We will tweak that (4Ps); we will improve it. We are not going to call our 4Ps as a simple relief measure, but as a means to uplift. Because we need to help them get out of poverty, not just across, where they can only afford having three square meals a day,’’ he said.

Lacson added that he wants to restructure the 16 other programs attached to 4Ps under the supervision of the Department of Social Welfare of Development (DSWD) to make its implementation more cost effective for the government without sacrificing the expected benefits for the poor.

Through this approach, the state could allocate more funds for the financial assistance of poverty-stricken families and individuals instead of hiring and covering the salaries of program directors, who are executing similar projects, according to the presidential candidate.

“Gawin na lang natin hangga’t maaari isa, dalawa, tatlo—nakatipid (pa) tayo sa overhead. Sa halip na mapunta sa suweldo, mapunta na lang sa mga mahihirap, hindi po ba dapat ‘yon... Common sense. Ang problema, marami sa gobyerno, walang common sense [We are going to rightsize it as much as possible to one, two, three (programs) so we could save on overhead (expenses). Instead of (the budget) going to salaries, it will be spent on the poor instead, wouldn’t that be... Common sense. The problem is many people in the government lack common sense),’’ Lacson said.

Central to the achievement of this goal is his flagship Budget Reform Advocacy for Village Empowerment (BRAVE) program, which seeks to decentralize public funds with the end goal of developing more livelihood and infrastructure projects through the local government units.

‘’Once the BRAVE policy is implemented, the urban poor sector will be encouraged to go back to rural places because there will be livelihood. The urban poor exists because of lack of opportunities in the rural areas... You are relying on job opportunities in highly urbanized cities, right?,’’ he asked.

“E kung baligtarin natin ngayon, bottom-up, hindi na kayo pupunta sa urban para maging urban poor. Doon kayo sa rural pero hindi poor, rural rich. ‘Di ba, dapat ganoon ang ating kalakaran sa gobyerno? (What if we reverse the trend, bottom-up, you will no longer relocate in urban areas to become urban poor. You will be in rural communities, but not poor, rural rich. Wouldn’t it be nice to have that kind of system in our government?),’’ he added.

Lacson stressed that what his policies are trying to accomplish is akin to the federalism aspirations of President Duterte, except that no constitutional changes are necessary because the proper implementation of the General Appropriations Act (GAA) would be enough.

‘’With my plan, we don’t need to change the Constitution, we don’t even need to pass another law. What we’re going to apply is the General Appropriations Act, make its distribution equitable, so that nothing in the P5-trillion budget ever goes to waste),’’ he added.

--

Related Tags

PPP projects zamboanga 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.