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 26 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `restaurants`18183
2DESCRIBE `users`881
3DESCRIBE `groups`771
4DESCRIBE `menus`991
5DESCRIBE `group_menus`331
6DESCRIBE `photos`771
7DESCRIBE `restaurant_types`661
8DESCRIBE `restaurants_restaurant_types`771
9DESCRIBE `contents`881
10DESCRIBE `content_photos`771
11DESCRIBE `news`881
12DESCRIBE `news_photos`771
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 661
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, 5, 1, 3, 7, 4) AND `RestaurantsRestaurantType`.`restaurant_id` = `Restaurant`.`id`) WHERE `Restaurant`.`id` > 0 ORDER BY `Restaurant`.`name` ASC 34346
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 661
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 1212122
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 1111
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) 001