Code Context
$selectedCity_details = $this->City->findByName(strtolower($selectedCity));
$category_available = $this->ItemCategoryCity->find('first',array('conditions'=>array('ItemCategoryCity.item_category_id'=>$selectedCategory['ItemCategory']['id'],'ItemCategoryCity.city_id'=>$selectedCity_details['City']['id'],'ItemCategory.addon_category'=>0)));
$category_name = 'butter-toast-dry-munchies'
$city = 'karjankarjan'
$selectedCity = 'karjankarjan'
$selectedCategory = array(
'ItemCategory' => array(
'id' => '560fd36e-0bb4-4a1d-abd0-45036aba72de',
'name' => 'Butter Toast',
'category_group_id' => null,
'priority' => '2',
'max_qty' => '-1',
'item_type_id' => 'f132de1f-68f7-11e5-859e-f23c91737a7d',
'parent_name_alias' => 'butter-toast-dry-munchies',
'desc' => null,
'long_description' => null,
'item_category_id' => '55f94f2d-b3a4-48d2-aa9d-2532bf642048',
'tags' => '',
'meta' => 'toast,khakhra,khari, assorted cookies, cakes, pastries, stuffed buns, hot dogs, pastry, toasties',
'permalink' => null,
'primary_photo' => 'clients_0000_Toasts.jpg',
'primary_photo_dir' => '560fd36e-0bb4-4a1d-abd0-45036aba72de',
'category_banner' => 'no-image-396x500.JPG',
'category_banner_dir' => '560fd36e-0bb4-4a1d-abd0-45036aba72de',
'addon_category' => '0',
'is_active' => '0',
'created' => '2015-10-03 18:39:02',
'modified' => '2017-02-21 12:47:19'
)
)
$selectedCity_details = array()
ItemsController::category() - APP/Controller/ItemsController.php, line 188
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118