ADVERTISEMENT

Cha-cha in 2024? Senators weigh in on renewed talks for constitutional revision

Published Dec 13, 2023 10:01 am

At A Glance

  • With the House of Representatives (HOR) intending to revive talks on Charter change or "Cha-cha" in 2024, senators on Wednesday, Dec. 13, weighed in on the matter with specific concerns on how it will be executed.

With the House of Representatives (HOR) intending to revive talks on Charter change or "Cha-cha" in 2024, senators on Wednesday, Dec. 13, weighed in on the matter with specific concerns on how it will be executed.

Senate Majority Leader Joel Villanueva raised two points on possible talks about Cha-cha, primarily the timing of the discussions.

"Numbers will show that our economy is on its way to recovery. We have recently passed the Public Private Partnership Act which we authored in the Senate. We also passed laws such as the Retail Trade Liberalization Law, the Foreign Investments Act, and the Public Service Act. We need to see the full impact of these laws first before we talk about Charter Change," he said.

He also wondered if it will undergo the right process.

"We need to know these details before we engage in any debate on Cha-cha," he said.

Villanueva added that these questions will need to be answered before the Senate will be convinced to discuss these matters.

For Senate Minority Leader Aquilino "Koko" Pimentel III, Cha-cha is something that should always be discussed especially if there are proper motivations such as improving the system of government in the Philippines.

He added that he's open to reviewing the Constitution if and only if federalism is the agenda.

Senator Imee Marcos, on the other hand, pointed out that President Marcos had already stated that it's not timely since the concern should be on the people's livelihood and on lowering rice prices as well as other commodities.

"Dalawang beses na ibinasura iyan binasura iyan nang todo-todo ng Senado. Bat pagpipilitan, bakit ganon? Ang kulit (This has been outrightly junked by the Senate twice. Why are they forcing it, why is that? How annoying)," she said.

"Baka may gustong mag-prime minister na hindi manalo sa presidente (Maybe someone who can't win as president wants to become prime minister)," she jested.

Senator Chiz Escudero says that it is always timely to revisit the 1987 constitution for as long as the motives are honest and honorable like advocating for structural change in the government system.

Anyone wanting to change the Constitution should first be clear and clarify what specific procedure they will follow or take in amending the Constitution and what are their specific proposals or amendments vis-a-vis the 1987 Constitution.

"No position for or against can be made without these specifics (and not mere ambiguous and general intent or statements) as a starting point for any discussion to amend the constitution…at least insofar as I am concerned," he said.

"There is no perfect or imperfect time to review the Constitution but, as I said, they should be clear and unequivocal in regard to my two queries," he added.

House Speaker Martin Romualdez on Tuesday, Dec 12, once again raised the need to revisit the economic provisions of the 1987 Constitution.

"I believe 2024 will allow us again to revisit the...of the constitution I think it’s timely that we---and we’d like to focus very much on the economic provisions," Romualdez said in his speech during his Christmas party for House reporters.

Related Tags

Senator Chiz Escudero Senator Imee Marcos Charter change Senate Minority Leader Aquilino “Koko” Pimentel III Senate Majority Leader Joel Villanueva
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.