Code Context
$parentCategory_breadcrumbs = $this->ItemCategory->findById($selectedCategory['ItemCategory']['item_category_id']);
array_push($breadcrumbs, array('name'=>$parentCategory_breadcrumbs['ItemCategory']['name'],'url'=>"#"));
$category_name = 'fast-food'
$city = 'vadodara'
$selectedCity = 'vadodara'
$selectedCategory = array(
'ItemCategory' => array(
'id' => '560fd3fd-912c-4d4f-876e-4e486aba72de',
'name' => 'Fast Food',
'category_group_id' => null,
'priority' => '3',
'max_qty' => '-1',
'item_type_id' => '557ead48-1668-4eee-af4e-16bfbf642048',
'parent_name_alias' => 'fast-food',
'desc' => null,
'long_description' => null,
'item_category_id' => null,
'tags' => '',
'meta' => '',
'permalink' => null,
'primary_photo' => 'Fast Food.PNG',
'primary_photo_dir' => '560fd3fd-912c-4d4f-876e-4e486aba72de',
'category_banner' => 'Fast-Food.JPG',
'category_banner_dir' => '560fd3fd-912c-4d4f-876e-4e486aba72de',
'addon_category' => '0',
'is_active' => '0',
'created' => '2015-10-03 18:41:25',
'modified' => '2015-11-09 12:37:45'
)
)
$selectedCity_details = array(
'City' => array(
'id' => '560f0dec-c7dc-4413-9c6e-461f6aba72de',
'name' => 'vadodara',
'code' => 'VAD',
'zip_prefix' => '390001',
'pincode' => '{"390001":"yes","390002":"yes","390003":"yes","390004":"yes","390005":"yes","390006":"yes","390007":"yes","390008":"yes","390009":"yes","390010":"yes","390011":"yes","390012":"yes","390013":"yes","390014":"yes","390015":"yes","390016":"yes","390017":"yes","390018":"yes","390019":"yes","390020":"yes","390021":"yes","390022":"yes","390023":"yes"}',
'long' => null,
'lat' => null,
'state_id' => '52cba8ff-e9e4-4f85-806c-192cbf642048',
'is_flat_charge_applicable' => '0',
'shipping_handling_charges' => '-1.00',
'free_shipping_above_amt' => '-1',
'available_payment_mode' => '2',
'is_active' => '1',
'created' => '2015-10-03 04:36:20',
'modified' => '2015-10-03 04:36:20'
)
)
$category_available = array(
'ItemCategoryCity' => array(
'id' => '5f209a78-626c-4049-a501-2ad1ac68b92b',
'city_id' => '560f0dec-c7dc-4413-9c6e-461f6aba72de',
'item_category_id' => '560fd3fd-912c-4d4f-876e-4e486aba72de',
'shipping_charges' => '0',
'is_active' => '1',
'created' => '2020-07-29 03:06:56',
'modified' => '2020-07-29 03:06:56'
),
'ItemCategory' => array(
'id' => '560fd3fd-912c-4d4f-876e-4e486aba72de',
'name' => 'Fast Food',
'category_group_id' => null,
'priority' => '3',
'max_qty' => '-1',
'item_type_id' => '557ead48-1668-4eee-af4e-16bfbf642048',
'parent_name_alias' => 'fast-food',
'desc' => null,
'long_description' => null,
'item_category_id' => null,
'tags' => '',
'meta' => '',
'permalink' => null,
'primary_photo' => 'Fast Food.PNG',
'primary_photo_dir' => '560fd3fd-912c-4d4f-876e-4e486aba72de',
'category_banner' => 'Fast-Food.JPG',
'category_banner_dir' => '560fd3fd-912c-4d4f-876e-4e486aba72de',
'addon_category' => '0',
'is_active' => '0',
'created' => '2015-10-03 18:41:25',
'modified' => '2015-11-09 12:37:45'
),
'City' => array(
'id' => '560f0dec-c7dc-4413-9c6e-461f6aba72de',
'name' => 'vadodara',
'code' => 'VAD',
'zip_prefix' => '390001',
'pincode' => '{"390001":"yes","390002":"yes","390003":"yes","390004":"yes","390005":"yes","390006":"yes","390007":"yes","390008":"yes","390009":"yes","390010":"yes","390011":"yes","390012":"yes","390013":"yes","390014":"yes","390015":"yes","390016":"yes","390017":"yes","390018":"yes","390019":"yes","390020":"yes","390021":"yes","390022":"yes","390023":"yes"}',
'long' => null,
'lat' => null,
'state_id' => '52cba8ff-e9e4-4f85-806c-192cbf642048',
'is_flat_charge_applicable' => '0',
'shipping_handling_charges' => '-1.00',
'free_shipping_above_amt' => '-1',
'available_payment_mode' => '2',
'is_active' => '1',
'created' => '2015-10-03 04:36:20',
'modified' => '2015-10-03 04:36:20'
)
)
$cat_banner = array(
'ItemCategoryBanner' => array(
'id' => '56b06969-a0c4-4074-99fe-47926aba72de',
'file_name' => 'Mr Puff Web Banner Fastfood.jpg',
'file_dir' => '56b06969-a0c4-4074-99fe-47926aba72de',
'is_active' => '1',
'created' => '2016-02-02 14:01:37',
'modified' => '2016-02-02 14:01:37',
'item_category_id' => '560fd3fd-912c-4d4f-876e-4e486aba72de',
'city_id' => '560f0dec-c7dc-4413-9c6e-461f6aba72de'
)
)
$breadcrumbs = array(
(int) 0 => array(
'name' => 'Home',
'url' => 'http://mrpuff.in/home'
)
)
$parentCategory_breadcrumbs = array()
ItemsController::category() - APP/Controller/ItemsController.php, line 202
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