ADVERTISEMENT

Makati under an inexperienced political unknown

Published Oct 31, 2018 12:05 am
GOVERNANCE MATTERS By FORMER VICE PRESIDENT JEJOMAR C. BINAY Jejomar C. Binay Former Vice President Jejomar C. Binay
Former Vice President The view that candidates who do not come from political families would be better public managers or executives has been debunked many times. Take Makati for example. In 2015, a Liberal Party-instigated move against my presidential candidacy, using the Ombudsman and the Philippine National Police (PNP), resulted in a change in leadership in Makati. A member of the Liberal Party (LP), was installed as mayor. He did not come from a political family. During his tenure, public services deteriorated and the people suffered from poor leadership and weak governance. Before the LP’s naked power grab in Makati, the city government led by members of my family had been blazing the trail in public services. Business confidence in the city was consistently high. Increasing revenues ensured a secure fiscal base to continue and expand our services to the people. But all these changed when the LP mayor took over. Basic services declined. Operations of the Ospital ng Makati, our local hospital certified by the International Standards Organization (ISO) for its services and systems, was severely hampered by gross inefficiency. Medicines and basic hospital supplies ran short. A malfunction in the hospital’s centralized air-conditioning system was -- for reasons they cannot explain -- not repaired. The leadership’s solution was to offer patients and their relatives free ice cream. That is not a joke. Businessmen complained about red tape and the return of fixers. Procurement rules were discarded. There were no open biddings, just contract extensions. Projects later turned out to be overpriced. Morale at City Hall was at its lowest, as the LP leadership added supporters to the payroll, some of them not even reporting for work but collecting salaries. Promotions were granted to a favored few. In 2016, the people of Makati voted for another member of my family. In less than a year, the new leadership restored efficiency, transparency, professionalism, and compassion at City Hall. Services at the Ospital ng Makati went back to normal -- the first item was the repair of the hospital’s centralized air-conditioning unit -- and the city government has since expanded the hospital’s services with the opening of an Eye Center and the acquisition of a Digital Mammography Machine and portable X-ray machines. Aside from free school supplies, bags, uniforms, and workbooks, our students are now provided with rubber shoes by their city government. They have endearingly christened these shoes as “Air Binay” shoes. Residents are again receiving the services and benefits they deserve from a leadership that cares about them. I have talked to several Makati businessmen who tell me that laws are now strictly enforced. There is order and discipline in the streets. Business confidence in the local government has been restored. In fact, Makati posted double-digit growth in its revenue collections in 2017. A strong partnership with the business sector, transparent and dedicated governance, and a commitment to improving the lives of the people have been the guiding principles of the city government for the last 30 years. These principles were discarded during that mercifully brief period when the LP’s inexperienced man in Makati did not prove equal to the challenges of leadership. Makati’s experience with a political unknown at the helm of the city government and the results of a January, 2016, Pulse Asia survey on political dynasties should serve as an eye-opener for those who blindly condemn all political families as inimical to democracy and the people’s interest. Contrary to the perception that the opposition to dynasties is the dominant view, the Pulse Asia survey revealed the split sentiment of Filipinos on political families. Out of 1,200 respondents,  34 percent said they would vote for candidates from political dynasties. Thirty two percent said they would not vote for candidates who have “children, spouses, siblings, or parents who are former or current elected government officials.”  Another 34 percent said they were undecided on the issue. In the National Capital Region (NCR), the survey showed that 50 percent of the respondents disagreed with the statement that candidates coming from political dynasties should not be voted for office. Even in Class ABC,where strong anti-dynasty sentiment is perceived to be very strong, about 42 percent believe that candidates from political families should be given a chance to serve. Like I said, Makati’s experience and the Pulse Asia survey should prompt those who take a negative view of political families to ponder. Then again, those who feel strongly against families in politics will never be convinced regardless of the facts. E-mail: [email protected]
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.