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 = 'parathas'
$city = 'padrapadra'
$selectedCity = 'padrapadra'
$selectedCategory = array(
'ItemCategory' => array(
'id' => '5f2d0535-b90c-40d1-890d-45e2ac68b92b',
'name' => 'Parathas',
'category_group_id' => null,
'priority' => '3',
'max_qty' => '-1',
'item_type_id' => '557ead48-1668-4eee-af4e-16bfbf642048',
'parent_name_alias' => 'parathas',
'desc' => null,
'long_description' => null,
'item_category_id' => '561b4faa-e600-487c-b318-5a54c0b95850',
'tags' => '',
'meta' => '',
'permalink' => null,
'primary_photo' => 'AMP_5549.jpg',
'primary_photo_dir' => '5f2d0535-b90c-40d1-890d-45e2ac68b92b',
'category_banner' => '',
'category_banner_dir' => '',
'addon_category' => '0',
'is_active' => '0',
'created' => '2020-08-07 13:09:33',
'modified' => '2021-11-01 12:47:01'
)
)
$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