ADVERTISEMENT

The eternal 'Flame' - Discovery Primea's dining gem

The Flame is my 'eternal' - one of those eating establishments that I can only hope will last forever!

Published Aug 8, 2024 03:32 am
1.jpg
The Flame at Discovery Primea.

The Flame at Discovery Primea’s 16th floor has always been a favorite of mine and Issa's. Chef Luis Chikiamco took over as Executive Chef in 2014, and over the decade, it’s consistently been an unrivaled dining joy to visit Flame. Regularly, Chef Luis will invite another chef as part of their Elements of Flavor series. Personally, I’m just as happy with the little changes and embellishments that Chef Luis adds to the Flame menu. So when Discovery Primea GM David Pardo de Ayala and Chef Luis invited us for a dinner to highlight their Flame "reboot," they didn’t have to ask a second time.

2.jpg
Discovery GM David Pardo de Ayala
3.jpg
Executive Chef Luis Chikiamco

While steeped in Asian cuisine, Chef Luis takes his training at the L’Institut Paul Bocuse, and experience at Michelin-starred restaurants plus stints in France and Mexico, as starting points to elevate and enhance the dishes offered at Flame. The items on the Menu may be recognizable; but trust Chef Luis to give it a twist or tweak that makes the Flame version singular and unique. One of my favorites from way back then would be his Tuna Tacos. So I was excited to taste the new dishes, or his latest iteration of the "reliables."

There were a host of dishes that were bussed out in bite-size or single portions, and just looking at the Menu for the evening made my head swim. So here in capsule form, are my highlights of the night.

4.jpg
Tableside Peking Duck

The Tableside Peking Duck is presented in three ways, as carved Magret, as deboned legs on top of XO fried rice with duck consommè, and as crispy fried bones with bell peppers and garlic. Here’s an Asian go-to that’s been spruced up and refreshed for Flame regulars.

5.jpg
Rib Cap from Josper

The Josper oven/grill has always been one of the elements of Flame that people go back for.  The premium cuts of meat have added smokiness and depth of flavor, thanks to the Josper. While we had a Tomahawk, and a Ribeye, the Rib Cap was my ‘discovery’ that evening. A great meat dish that satisfies, with the rock salt enhancing the flavor in spades. I’m partial to just grilling with salt added and avoid sauces, and this one had me rocking.

6.jpg
Flame’s Kare-Kare

The Flame Kare-Kare is cashew crusted pork hock, oxtail, French beans, grilled eggplant, banana heart and flowers, with rich peanut sauce and bagoong rice. What’s nice is how it’s been elevated to retain the flavors of the traditional dish but now presented do it can be eaten in a less messy manner. I’m allergic to eggplant, but could see how this one was going down so well with the other guests.

The Miso-Glazed Chilean Seabass puts together a soy-dashi sauce, with charred leeks, mushroom, soba noodles, and carrots. It’s a nice light dining option when at Flame. The soy-dashi wonderfully blends with the tender morsels of fish.

7.jpg
Pineapple Consommé, a Flame dessert

Here’s a refreshing dessert that comes from Chef Luis’ fertile imagination. It’s a Pineapple Consommè, made of compressed watermelon, cantaloupe, dragon fruit, pineapple, grapes, and fresh berries. And there’s a pineapple puree poured over all the fruits. It’s delightful and a wonderful way to cap the night, and eliminate any aftertaste.

And look, I haven’t even mentioned the Duck Gyoza, the Wagyu Nuggets, their XO Oysters, and the Roasted US Beef Wellington. These I’ve got to write about in some future piece.

The Elements of Flavor series returns on August 26 to 28 with Chef William Mahi collaborating with Chef Luis; and there’s Colombian chef Alex Nessim on September 26, promising an exciting global culinary adventure.

The Flame is my ‘eternal’ - one of those eating establishments that I can only hope will last forever.

Related Tags

MB Lifestyle Online Food and Travel Philip Cu Unjieng
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.