ADVERTISEMENT

Pursuit of good governance by M4GG

Published Oct 16, 2023 04:00 pm

FINDING ANSWERS

JoeyLina.jpg

“We are up to the challenge. We are committed and passionate to bring about transformation in the next 10 years.”


That’s the assurance Baguio City Mayor Benjamin Magalong, co-convenor of the newly-formed Mayors for Good Governance (M4GG), gave at the recent Kapihan sa Manila Hotel which I co-hosted with former Press Secretary Sonny Coloma.


Other Kapihan guests who gave thought-provoking insights on the various challenges confronting local government units were Mayor Agay Cruz of Guiguinto, Bulacan, Mayor Eunice Babalcon of Paranas, Samar, and Dr. Alex Brillantes Jr., former dean of the UP National College of Public Administration and Governance.


Local governments and good governance are topics that are certainly close to my heart, having been governor of Laguna, DILG secretary, founding president of the Union of Local Authorities of the Philippines (ULAP), and head of the Governors’ League (League of Provinces).


I told my guests how happy I am for this new movement that focuses on the pursuit of good governance and ethical leadership. I really wish M4GG becomes truly successful in its vision and mission because its success will certainly benefit the entire country.


As I’ve always been saying, the whole is only as strong as its parts – comprised of 82 provinces, 148 cities, 1,486 municipalities, and 42,027 barangays. If we are able to strengthen each of the parts, even by just 50 percent, then the entire country will be much improved.


And leadership at the local level, especially by the mayors who at the grassroots, is crucial. If quality of leadership is beyond reproach, it inspires cooperation and support of all sectors of society in the pursuit of good governance.


But what exactly is good governance? Among the insights that came up during our discussion was the notion that many Filipinos have the impression that elected officials ought to be very helpful even in personal matters. Many believe that being approachable is the number one quality that gets them elected.


But can the poor be blamed for such mindset? The percentage of the population living below the poverty line usually hovers around 25 percent, and for such people who are malnourished and frequently suffering from the pangs of hunger, good governance could simply mean getting some money for food and other basic necessities from politicians they expect to be approachable.


Mayor Agay has a point when she said that people approach their mayor for personal needs not because they want their elected official to be corrupt to be able to provide, but simply because they just do not have a clear understanding of what should and should not be expected of the public servant.
Thus, the prevailing culture needs transformation. Structural transformation has to set in. If the delivery of government services is excellent, without the constituent having the need to personally approach the mayor for help, then that’s good governance.


Local officials can indeed provide efficient and effective governance through Section 16 of the 1991 Local Government Code that authorizes them to use their vast powers in undertaking activities “essential to the promotion of the general welfare.”


The general welfare clause specifically mandates the local chief executives to, among others, “enhance economic prosperity and social justice, promote full employment among their residents, maintain peace and order, and preserve the comfort and convenience of their inhabitants.”


The law says that LGUs are clearly tasked to reduce joblessness and promote livelihood activities that will enhance economic prosperity in the communities. If all LGUs adequately perform their vital role to promote the general welfare of their constituents, then that’s good governance.


Another criterion of good governance is value for money, taxpayers’ money. How it is spent could be part of a checklist for good governance. Are the accomplishments worth the amount of public funds? It’s a reality that some LGUs have so little to show for the huge funds at their disposal, while others with meager resources have terrific accomplishments.


Thus, the mission of M4GG is vital. If resources are used wisely to benefit the greater good, and if corruption is reduced significantly within the next 10 years, then M4GG would have contributed immensely to the pursuit of good governance.


Mayor Magalong and all the M4GG leaders need all the support they can get from all sectors of society, especially the youth whose sense of idealism can help a lot. With so many young people behind the movement, commitment and passion shall be in abundance to enable M4GG to meet all challenges ahead. ([email protected])

Related Tags

Former Senator Atty. Joey D. Lina Finding Answers
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.