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 = 'bread-bun-bread'
$city = 'jaipurjaipur'
$selectedCity = 'jaipurjaipur'
$selectedCategory = array(
'ItemCategory' => array(
'id' => '5f2d0212-f1f0-45cc-b008-4ebeac68b92b',
'name' => 'Bread',
'category_group_id' => null,
'priority' => '0',
'max_qty' => '-1',
'item_type_id' => '557ead48-1668-4eee-af4e-16bfbf642048',
'parent_name_alias' => 'bread-bun-bread',
'desc' => null,
'long_description' => null,
'item_category_id' => '561b4fbf-d68c-4e09-9405-5b42c0b95850',
'tags' => '',
'meta' => '',
'permalink' => null,
'primary_photo' => null,
'primary_photo_dir' => null,
'category_banner' => '',
'category_banner_dir' => '',
'addon_category' => '0',
'is_active' => '0',
'created' => '2020-08-07 12:56:10',
'modified' => '2020-08-07 12:56:10'
)
)
$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