ADVERTISEMENT

Escudero: Senate to pass more bills ahead of 2025 May polls

Published Dec 27, 2024 04:37 am

Senate President Francis “Chiz” Escudero on Friday, December 27 expressed pride on the way the Upper Chamber has become of the most productive in history with a total of 72 bills already signed into law, halfway through the Third Regular Session of the 19th Congress.

 

“We maximized each session day and leveraged every hour, minute and second on the Senate floor. We passed 108 bills in total. Of these, 72 reached the President’s desk and were signed into law, including 11 LEDAC priority measures,” Escudero said in a statement.

 

Moreover, Escudero said the Senate was able to focus on passing laws that would help the Marcos administration achieve its development plans, strengthen Philippine sovereignty, improve the lives of many Filipinos and increase the country’s viability as an investment destination. 

 

He also said many of the laws they passed were the result of the inquiries conducted by the various committees of the Senate in aid of legislation.

 

“Our hearings, probes and exposés did not merely serve dinner-table gossip for the people’s entertainment,” Escudero said. 

 

“These brought to the table a bounty of bills that will fill plates, sustain families and nourish Filipinos for generations to come,” he stressed.

 

The Senate leader credited the accomplishments of the chamber to his colleagues and all the staff and employees, who tirelessly worked to deliver meaningful legislation to the people and the country as a whole.

 

“Indeed, in the past year we weathered typhoons, braved stormy public opinion and navigated choppy political waters. We overcame these challenges because our 23 senators, strengthened by diversity, sharing a common vision and united in purpose, are more than the sum of its parts,” he said.

 

During the First Regular Session, from July 25, 2022 to June 2, 2024, a total of 19 laws were enacted, including the bills approved during the latter part of the 18th Congress.

 

For the Second Regular Session, which ran from July 24, 2023 to May 24, 2024, yielded a total of 54 laws, while five were vetoed by President Ferdinand Marcos Jr.

 

At least 108 measures were approved on third and final reading by the Senate during the Escudero-led Third Regular Session.

 

Also, 44 of the bills have been transmitted to the President for his approval, including the 2025 General Appropriations Bill, while seven others are pending action by the bicameral conference committee level.

 

The Senate also adopted a total of 106 simple resolutions and nine (9) concurrent resolutions in the first half of the third regular session.

 

“We did not sacrifice quality for quantity, scrutiny for speed nor consensus for expedience in passing these measures. Each bill underwent the crucible of deliberation and debate, carving out the extraneous, the excessive and the unconstitutional,” Escudero said.

 

He said that this rigorous vetting of bills helps in preventing a veto by the President.

 

Escudero vowed to pass as many bills pending once sessions resume in January 2025. 

 

The Senate chief said the Senate will make the most out of its remaining session days, taking into consideration the start of the campaign for the 2025 May elections and with the 19th Congress adjourning on June 14, 2025. 

Related Tags

Senate of the Philippines Chiz Escudero 2025 elections
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.