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 = 'ready-to-eat'
$city = 'jaipurjaipur'
$selectedCity = 'jaipurjaipur'
$selectedCategory = array(
'ItemCategory' => array(
'id' => '5f9abd85-2cf8-4abb-aa5d-4c7c92581a60',
'name' => 'Ready To Eat',
'category_group_id' => null,
'priority' => '1',
'max_qty' => '-1',
'item_type_id' => '557ead48-1668-4eee-af4e-16bfbf642048',
'parent_name_alias' => 'ready-to-eat',
'desc' => null,
'long_description' => null,
'item_category_id' => '5f9970e5-f0d0-4e87-824e-41bd92581a60',
'tags' => '',
'meta' => '',
'permalink' => null,
'primary_photo' => null,
'primary_photo_dir' => null,
'category_banner' => '',
'category_banner_dir' => '',
'addon_category' => '0',
'is_active' => '0',
'created' => '2020-10-29 18:33:01',
'modified' => '2020-10-29 18:34:11'
)
)
$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