A REDE ASSOCIADOS RECEITAS AGENDA DA REDE FALE CONOSCO
VOCÊ ESTÁ EM: Agenda da Rede >
 
 
 
 
 
 

.: Festival da Massa - Baita Kão

Toda segunda quinta-feira do mês, ao meio-dia (11h45min às 14h), o Baita Kão realiza o Festival da Massa.

Confira o cardápio do dia 8 de julho:

1 - Canelone de Ricota e Tomate Seco
2 - Pierogue ao Molho de Frango
3 - Panqueca de Forno
4 - Espaguete com Abobrinha
5 - Talharim à Marguerita
6 - Fusili à Peruana
7 - Yakisoba de Filé Mignon
8 - Rondelli de Chocolate Branco e Nozes
9 - Farfalle à Siciliana
10 - Contilhone aos Quatro Queijos
11 - Ratelli ao Funghi
12 - Penne ao Pesto
13 - Queijo à Milanesa
15 - Galeto ao Primo Canto
15 - Polenta Frita

<< Agenda da Rede
 
(default) 14 queries took 99 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `news`886
2DESCRIBE `users`888
3DESCRIBE `groups`774
4DESCRIBE `menus`995
5DESCRIBE `group_menus`336
6DESCRIBE `news_photos`778
7DESCRIBE `restaurant_types`669
8DESCRIBE `restaurants`18186
9DESCRIBE `photos`776
10DESCRIBE `restaurants_restaurant_types`776
11SELECT `RestaurantType`.`id`, `RestaurantType`.`name`, `RestaurantType`.`created`, `RestaurantType`.`createdby`, `RestaurantType`.`modified`, `RestaurantType`.`modifiedby`, `Created`.`id`, `Created`.`username`, `Created`.`password`, `Created`.`group_id`, `Created`.`created`, `Created`.`createdby`, `Created`.`modified`, `Created`.`modifiedby`, `Modified`.`id`, `Modified`.`username`, `Modified`.`password`, `Modified`.`group_id`, `Modified`.`created`, `Modified`.`createdby`, `Modified`.`modified`, `Modified`.`modifiedby` FROM `restaurant_types` AS `RestaurantType` LEFT JOIN `users` AS `Created` ON (`RestaurantType`.`createdby` = `Created`.`id`) LEFT JOIN `users` AS `Modified` ON (`RestaurantType`.`modifiedby` = `Modified`.`id`) WHERE 1 = 1 ORDER BY RAND() ASC 664
12SELECT `Restaurant`.`id`, `Restaurant`.`name`, `Restaurant`.`logo`, `Restaurant`.`website`, `Restaurant`.`email`, `Restaurant`.`address`, `Restaurant`.`telephone`, `Restaurant`.`working_hours`, `Restaurant`.`title1`, `Restaurant`.`text1`, `Restaurant`.`title2`, `Restaurant`.`text2`, `Restaurant`.`title3`, `Restaurant`.`text3`, `Restaurant`.`created`, `Restaurant`.`createdby`, `Restaurant`.`modified`, `Restaurant`.`modifiedby`, `RestaurantsRestaurantType`.`id`, `RestaurantsRestaurantType`.`restaurant_id`, `RestaurantsRestaurantType`.`restaurant_type_id`, `RestaurantsRestaurantType`.`created`, `RestaurantsRestaurantType`.`createdby`, `RestaurantsRestaurantType`.`modified`, `RestaurantsRestaurantType`.`modifiedby` FROM `restaurants` AS `Restaurant` JOIN `restaurants_restaurant_types` AS `RestaurantsRestaurantType` ON (`RestaurantsRestaurantType`.`restaurant_type_id` IN (1, 2, 4, 5, 7, 3) AND `RestaurantsRestaurantType`.`restaurant_id` = `Restaurant`.`id`) WHERE `Restaurant`.`id` > 0 ORDER BY `Restaurant`.`name` ASC 323223
13SELECT `News`.`id`, `News`.`title`, `News`.`release`, `News`.`news`, `News`.`created`, `News`.`createdby`, `News`.`modified`, `News`.`modifiedby`, `Created`.`id`, `Created`.`username`, `Created`.`password`, `Created`.`group_id`, `Created`.`created`, `Created`.`createdby`, `Created`.`modified`, `Created`.`modifiedby`, `Modified`.`id`, `Modified`.`username`, `Modified`.`password`, `Modified`.`group_id`, `Modified`.`created`, `Modified`.`createdby`, `Modified`.`modified`, `Modified`.`modifiedby` FROM `news` AS `News` LEFT JOIN `users` AS `Created` ON (`News`.`createdby` = `Created`.`id`) LEFT JOIN `users` AS `Modified` ON (`News`.`modifiedby` = `Modified`.`id`) WHERE `News`.`id` = 26 ORDER BY `News`.`release` DESC LIMIT 1114
14SELECT `NewsPhoto`.`id`, `NewsPhoto`.`news_id`, `NewsPhoto`.`path`, `NewsPhoto`.`created`, `NewsPhoto`.`createdby`, `NewsPhoto`.`modified`, `NewsPhoto`.`modifiedby` FROM `news_photos` AS `NewsPhoto` WHERE `NewsPhoto`.`news_id` = (26) 004