Warning (2): fopen(/tmp/sqlRE9Rd1) [function.fopen]: failed to open stream: Permission denied [CORE/cake/libs/file.php, line 156]
Notice (8): Constant LOG_ERROR already defined [APP/config/core.php, line 82]

I know. Not everyone likes a slightly sweet hamburger bun. And if that's a case, let me start by saying you can special order a "wheat bun" at Phil's Ice House.
However, if you don't mind the salty-sweet combo (or even relish it), get thee to Phil's Ice House post haste. This burger/bun combo is memorable.
The "78704" is a case in point. This "South of River" burger is topped with Monterrey Jack cheese, grilled onions, jalapenos, sliced avocados, and a generous enough serving of chipotle mayo to bring out the sweetness in the toasted jalapeno cheddar bun.
If you're a burger purist, this joint may not be your cup of tea, but if you like all of the frills, you love Phil's Ice House.
This burger is unbelievable. It's not your typical burger. Starting with the soft, sweet jalapeño cheese bun and ending with the sliced avocado topped with chipotle mayo, Monterrey Jack and grilled onions, other burgers are jealous of the 78704's flavor symphony. Sounds fruffy, but this burger is totally casual-gourmet. Eat it in your shorts at Phil's and grab an ice cream at Amy's (adjacent) to round out a perfect lunch (and not-so-perfect) figure.
Topped with Monterrey Jack, grilled onions, jalapeños, and sliced avocado, what's not to like about this "south of the river burger"? Oh, and how can I forget the spicy chipotle mayo on the toasted jalapeño cheese bun? Yum.
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | SET NAMES 'UTF8' | 0 | 0 | ||
| 2 | SELECT `Dish`.*, `Location`.*, `User`.*, `Restaurant`.`name` FROM `dishes` AS `Dish` LEFT JOIN `restaurant_locations` AS `Location` ON (`Dish`.`location_id` = `Location`.`id`) LEFT JOIN `users` AS `User` ON (`Dish`.`user_id` = `User`.`id`) LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Dish`.`id` = 849 AND disabled=0 AND `Dish`.`disabled`=0 LIMIT 5 | 1 | 1 | 1 | |
| 3 | SELECT `Tag`.`id`, `Tag`.`tag`, `DishesTag`.`id`, `DishesTag`.`dish_id`, `DishesTag`.`tag_id` FROM `tags` AS `Tag` JOIN `dishes_tags` AS `DishesTag` ON (`DishesTag`.`dish_id` = 849 AND `DishesTag`.`tag_id` = `Tag`.`id`) WHERE 1 = 1 ORDER BY `DishesTag`.`id` ASC | 4 | 4 | 0 | |
| 4 | SELECT `DishSet`.`id`, `DishSet`.`user_id`, `DishSet`.`name`, `DishSet`.`description`, `DishSet`.`private`, `DishSet`.`location`, `DishSet`.`country_name_code`, `DishSet`.`administrative_area`, `DishSet`.`locality_name`, `DishSet`.`postal_code`, `DishSet`.`latitude`, `DishSet`.`longitude`, `DishSet`.`count_users`, `DishSet`.`count_dishes`, `DishSet`.`created`, `DishSet`.`modified`, `SetsDish`.`id`, `SetsDish`.`set_id`, `SetsDish`.`dish_id`, `SetsDish`.`order`, `SetsDish`.`created`, `SetsDish`.`modified` FROM `sets` AS `DishSet` JOIN `sets_dishes` AS `SetsDish` ON (`SetsDish`.`dish_id` = 849 AND `SetsDish`.`set_id` = `DishSet`.`id`) WHERE 1 = 1 | 3 | 3 | 9 | |
| 5 | SELECT `Restaurant`.*, `Location`.`id` FROM `restaurant_locations` AS `Location` LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Location`.`id`='121' LIMIT 1 | 1 | 1 | 0 | |
| 6 | SELECT `Dish`.`id`, `Dish`.`user_id`, `Dish`.`name`, `Dish`.`location_id`, `Dish`.`disabled`, `Dish`.`created`, `Dish`.`modified`, `Dish`.`vote_avg`, `Dish`.`vote_count`, `Dish`.`members_vote_avg`, `Dish`.`members_vote_count`, `Dish`.`industry_vote_avg`, `Dish`.`industry_vote_count`, `Dish`.`critics_vote_avg`, `Dish`.`critics_vote_count`, `Dish`.`last_review_date`, `Dish`.`review_count`, `Dish`.`is_divine`, `Dish`.`dish_image_filepath`, `Dish`.`dish_image_created` FROM `dishes` AS `Dish` WHERE `Dish`.`location_id` = (121) | 3 | 3 | 0 | |
| 7 | SELECT dishes.vote_avg, reviews.*, users.*, profiles.image, profiles.image_small FROM dishes LEFT JOIN reviews ON dishes.id=reviews.dish_id LEFT JOIN users ON reviews.user_id=users.id LEFT JOIN profiles ON users.id=profiles.user_id WHERE dishes.id='849' AND reviews.disabled=0 ORDER BY reviews.created DESC LIMIT 0,1 | 1 | 1 | 1 | |
| 8 | SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE dish_id='849' | 1 | 1 | 0 | |
| 9 | SELECT `Image`.*, `OriginalImage`.*, `DishImage`.`id` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE dish_id=849 ORDER BY `Image`.`created` DESC LIMIT 1 | 1 | 1 | 0 | |
| 10 | SELECT COUNT(*) AS `count` FROM `dishes` AS `Dish` LEFT JOIN `restaurant_locations` AS `Location` ON (`Dish`.`location_id` = `Location`.`id`) LEFT JOIN `users` AS `User` ON (`Dish`.`user_id` = `User`.`id`) LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Dish`.`id` = 849 AND disabled=0 AND `Dish`.`disabled`=0 | 1 | 1 | 10 | |
| 11 | SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE `Review`.`dish_id` = 849 | 1 | 1 | 0 | |
| 12 | SELECT COUNT(*) AS `count` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE `DishImage`.`dish_id` = 849 | 1 | 1 | 0 | |
| 13 | SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE `Dish`.`id` = 849 | 1 | 1 | 0 | |
| 14 | SELECT COUNT(*) AS `count` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE `Dish`.`id` = 849 | 1 | 1 | 0 | |
| 15 | SELECT `Review`.*, `User`.* FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) WHERE `Review`.`dish_id` = 849 ORDER BY `Review`.`created` DESC LIMIT 5 | 3 | 3 | 0 | |
| 16 | SELECT COUNT(*) AS `count` FROM `reviewsvotes` AS `Reviewsvote` LEFT JOIN `reviews` AS `Review` ON (`Reviewsvote`.`review_id` = `Review`.`id`) LEFT JOIN `users` AS `User` ON (`Reviewsvote`.`user_id` = `User`.`id`) WHERE `review_id` = 3692 AND `message_public` = 1 | 1 | 1 | 21 | |
| 17 | SELECT `Reviewsvote`.*, `User`.* FROM `reviewsvotes` AS `Reviewsvote` LEFT JOIN `reviews` AS `Review` ON (`Reviewsvote`.`review_id` = `Review`.`id`) LEFT JOIN `users` AS `User` ON (`Reviewsvote`.`user_id` = `User`.`id`) WHERE `review_id` = 3692 AND `message_public` = 1 | 1 | 1 | 0 | |
| 18 | SELECT COUNT(*) AS `count` FROM `reviewsvotes` AS `Reviewsvote` LEFT JOIN `reviews` AS `Review` ON (`Reviewsvote`.`review_id` = `Review`.`id`) LEFT JOIN `users` AS `User` ON (`Reviewsvote`.`user_id` = `User`.`id`) WHERE `review_id` = 1903 AND `message_public` = 1 | 1 | 1 | 0 | |
| 19 | SELECT `Reviewsvote`.*, `User`.* FROM `reviewsvotes` AS `Reviewsvote` LEFT JOIN `reviews` AS `Review` ON (`Reviewsvote`.`review_id` = `Review`.`id`) LEFT JOIN `users` AS `User` ON (`Reviewsvote`.`user_id` = `User`.`id`) WHERE `review_id` = 1903 AND `message_public` = 1 | 1 | 1 | 0 | |
| 20 | SELECT COUNT(*) AS `count` FROM `reviewsvotes` AS `Reviewsvote` LEFT JOIN `reviews` AS `Review` ON (`Reviewsvote`.`review_id` = `Review`.`id`) LEFT JOIN `users` AS `User` ON (`Reviewsvote`.`user_id` = `User`.`id`) WHERE `review_id` = 968 AND `message_public` = 1 | 1 | 1 | 5 | |
| 21 | SELECT `Reviewsvote`.*, `User`.* FROM `reviewsvotes` AS `Reviewsvote` LEFT JOIN `reviews` AS `Review` ON (`Reviewsvote`.`review_id` = `Review`.`id`) LEFT JOIN `users` AS `User` ON (`Reviewsvote`.`user_id` = `User`.`id`) WHERE `review_id` = 968 AND `message_public` = 1 | 0 | 0 | 1 | |
| 22 | SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE `Review`.`dish_id` = 849 | 1 | 1 | 0 | |
| 23 | SELECT `Image`.*, `OriginalImage`.*, `DishImage`.`id`, `DishImage`.`dish_id` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE `DishImage`.`dish_id` = 849 ORDER BY `Image`.`created` DESC | 2 | 2 | 1 | |
| 24 | SELECT COUNT(*) AS `count` FROM `dish_image_votes` AS `DishImageVote` LEFT JOIN `dish_images` AS `DishImage` ON (`DishImageVote`.`dish_image_id` = `DishImage`.`id`) LEFT JOIN `users` AS `User` ON (`DishImageVote`.`user_id` = `User`.`id`) WHERE `dish_image_id` = 1858 | 1 | 1 | 4 | |
| 25 | SELECT `DishImageVote`.*, `User`.* FROM `dish_image_votes` AS `DishImageVote` LEFT JOIN `dish_images` AS `DishImage` ON (`DishImageVote`.`dish_image_id` = `DishImage`.`id`) LEFT JOIN `users` AS `User` ON (`DishImageVote`.`user_id` = `User`.`id`) WHERE `dish_image_id` = 1858 | 0 | 0 | 0 | |
| 26 | SELECT COUNT(*) AS `count` FROM `dish_image_votes` AS `DishImageVote` LEFT JOIN `dish_images` AS `DishImage` ON (`DishImageVote`.`dish_image_id` = `DishImage`.`id`) LEFT JOIN `users` AS `User` ON (`DishImageVote`.`user_id` = `User`.`id`) WHERE `dish_image_id` = 316 | 1 | 1 | 10 | |
| 27 | SELECT `DishImageVote`.*, `User`.* FROM `dish_image_votes` AS `DishImageVote` LEFT JOIN `dish_images` AS `DishImage` ON (`DishImageVote`.`dish_image_id` = `DishImage`.`id`) LEFT JOIN `users` AS `User` ON (`DishImageVote`.`user_id` = `User`.`id`) WHERE `dish_image_id` = 316 | 1 | 1 | 0 | |
| 28 | SELECT `DishSet`.*, `DishSet`.`id` FROM `sets` AS `DishSet` LEFT JOIN `users` AS `User` ON (`DishSet`.`user_id` = `User`.`id`) WHERE `DishSet`.`name` <> "Must Try" AND `DishSet`.`count_dishes` > 0 ORDER BY `DishSet`.`modified` DESC LIMIT 5 | 5 | 5 | 0 |
Comments (1)
I totally agree. The sweet bun gets to me about 3/4 of the way through the burger but by that time I'm too full to eat it anyway. This is my favorite Phil's burger.