ADVERTISEMENT

Davao Occidental mayor hints at more ghost projects

Published Sep 26, 2025 01:30 pm
A PART of the unfinished flood control project in Jose Abad Santos town, Davao Occidental province. (ICI photo)
A PART of the unfinished flood control project in Jose Abad Santos town, Davao Occidental province. (ICI photo)
DAVAO CITY – The mayor of the remote coastal town of Jose Abad Santos in Davao Occidental, where a P96-million ghost flood control project was discovered, has hinted that there are still some alleged anomalous infrastructure projects in his town.
“Marami pa pong ibang ghost at substandard projects sa amin gaya ng kalsada (We have more ghost and substandard projects in our municipality like roads),” Jose Abad Santos Mayor Jason John Joyce wrote on his Facebook page on Sept. 25.
Joyce posted his statement about a few hours after Department of Public Works and Highways Secretary Vince Dizon and Independent Commission for Infrastructure (ICI) Special Adviser Baguio City Mayor Benjamin Magalong inspected a flood control project in Barangay Culaman.
The mayor added that he was surprised to learn that the controversial Discaya-owned Saint Timothy Construction Corp. implemented a project in his town.
Saint Timothy Construction Corp. is one of nine construction firms owned by controversial contractors Curlee and Sarah Discaya.
During the inspection, Dizon and Magalong discovered that construction work apparently started about three weeks ago.
In a press briefing, Dizon disclosed that the project was declared completed in 2022 and full payment was released in October the same year.
Records at the sumbongsapangulo.ph website indicated that construction commenced on Feb. 24, 2022 and marked as completed on Oct. 2 of the same year.
The project was among those flagged through the Sumbong sa Pangulo website and included in the agency’s list of questionable infrastructure initiatives.
A video of Dizon confronting District Engineer Rodrigo Larete went viral after the DPWH chief scolded the engineer on site over the release of full payment despite the project’s unfinished state.
“You will not pay (for a project) if it’s not completed, right? But since this is not your money—this is the taxpayers' money—you pay for it so your disbursement rate appears high. Is that your excuse?” Dizon asked.
Residents spoke with Magalong and attested that construction only began less than a month ago.
Dizon suspended construction works and the site was declared a crime scene.
Joyce’s Facebook post has gained support from his constituents with a hope to improve the road conditions in the municipality.
The mayor clarified in the comment section that the flood control project was implemented with prior consultation with the local government.
Joyce also bared unfinished portions of the national highway in the municipality.
But it has long been reported as completed. “Kaya hindi na mapondohan ‘yung ibang parte kasi sa record ng gobyerno, matagal nang tapos (The other parts were unfunded as it was reported completed),” the mayor added.
Joyce disclosed that he was told to keep quiet because it would only endanger his life. “Hindi lang po nakaw na pera, pero ninakawan din po kami ng mga kababayan ko ng disenteng buhay (Not only money was stolen. A decent life was also from my constituents).”
The mayor said that they are hoping that all infrastructure projects in his municipality will be completed, particularly road networks.
A working student from Jose Abad Santos told Manila Bulletin that there are portions of the highway that remains unfinished for over five years.
She added that some parts of the highway are unfinished for about 50 meters. There's also portion that is unpaved for about 400 meters.
"There are times that we would spend a night on the road because the vehicle could not climb the steep and unpaved part of the road during rainy days," she said.
With a population of over 73,000 people, Jose Abad Santos is one of the remote towns in Davao Occidental and is at least 200 kilometers south of this city.
Access to this first-class town is one of the most challenging routes among motorists and travelers.

Related Tags

Jose Abad Santos Davao Occidental Ghost projects DPWH
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.