A REDE ASSOCIADOS RECEITAS AGENDA DA REDE FALE CONOSCO
VOCÊ ESTÁ EM: Associados > Nosso tempero

.: Nosso tempero

A Rede Máximo Sabor é composta por variados tipos de restaurantes, que oferecem estilos diferentes de serviços. Essa multiplicidade é essencial para a troca de informações e experiências.

Conheça um pouco mais sobre cada restaurante da rede. Cada um com sua personalidade, suas características, seus diferenciais: é de dar água na boca.

 
 
 
 
 
 
 
(default) 18 queries took 80 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `restaurants`18184
2DESCRIBE `users`883
3DESCRIBE `groups`773
4DESCRIBE `menus`994
5DESCRIBE `group_menus`334
6DESCRIBE `photos`774
7DESCRIBE `restaurant_types`665
8DESCRIBE `restaurants_restaurant_types`777
9DESCRIBE `contents`885
10DESCRIBE `content_photos`775
11DESCRIBE `news`885
12DESCRIBE `news_photos`774
13SELECT `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 663
14SELECT `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 (2, 7, 4, 3, 1, 5) AND `RestaurantsRestaurantType`.`restaurant_id` = `Restaurant`.`id`) WHERE `Restaurant`.`id` > 0 ORDER BY `Restaurant`.`name` ASC 323213
15SELECT `RestaurantType`.`id`, `RestaurantType`.`name`, `RestaurantType`.`created`, `RestaurantType`.`createdby`, `RestaurantType`.`modified`, `RestaurantType`.`modifiedby` FROM `restaurant_types` AS `RestaurantType` WHERE 1 = 1 ORDER BY `RestaurantType`.`name` ASC 662
16SELECT `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` FROM `restaurants` AS `Restaurant` WHERE `Restaurant`.`logo` IS NOT NULL ORDER BY RAND() ASC LIMIT 1212124
17SELECT `Content`.`id`, `Content`.`name`, `Content`.`title`, `Content`.`html`, `Content`.`created`, `Content`.`createdby`, `Content`.`modified`, `Content`.`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 `contents` AS `Content` LEFT JOIN `users` AS `Created` ON (`Content`.`createdby` = `Created`.`id`) LEFT JOIN `users` AS `Modified` ON (`Content`.`modifiedby` = `Modified`.`id`) WHERE `Content`.`id` = 10 ORDER BY `Content`.`name` ASC LIMIT 1113
18SELECT `ContentPhoto`.`id`, `ContentPhoto`.`content_id`, `ContentPhoto`.`path`, `ContentPhoto`.`created`, `ContentPhoto`.`createdby`, `ContentPhoto`.`modified`, `ContentPhoto`.`modifiedby` FROM `content_photos` AS `ContentPhoto` WHERE `ContentPhoto`.`content_id` = (10) 002