-
- History
- Session
-
Request +
Request
Cake Params
- plugin(null)
- controllerproducts
- actionview
- named(empty)
- pass(array)
- 0chicken-boneless-biryani
- slugchicken-boneless-biryani
- id166
- modelProduct
- isAjax(false)
Post data
No post data.
Query string
No querystring data.
Cookie
- 0(empty)
Current Route
- keys(array)
- 0slug
- 1id
- options(array)
- pass(array)
- 0slug
- id[0-9]+
- pass(array)
- defaults(array)
- controllerproducts
- actionview
- plugin(null)
- template/:slug-:id
==== -
Sql Log +
Sql Logs
default
Total Time: 22 ms
Total Queries: 16 queriesQuery Affected Num. rows Took (ms) Actions SELECT `Setting`.`id`, `Setting`.`value` FROM `fojeto_live`.`settings` AS `Setting` WHERE 1 = 1 ORDER BY `Setting`.`id` ASC 7 7 1 maybe slow SELECT `CateringService`.`id`, `CateringService`.`name`, `CateringService`.`image_file`, `CateringService`.`is_display_on_homepage`, `CateringService`.`active`, `CateringService`.`created`, `CateringService`.`modified` FROM `fojeto_live`.`catering_services` AS `CateringService` WHERE `CateringService`.`active` = '1' AND `CateringService`.`is_display_on_homepage` = '1' LIMIT 6 6 6 1 maybe slow SELECT `Category`.`id`, `Category`.`name`, `Category`.`active`, `Category`.`page_slug`, `Category`.`page_url`, `Category`.`canonical_url`, `Category`.`page_title`, `Category`.`meta_keyword`, `Category`.`meta_description`, `Category`.`its_addon_category`, `Category`.`delevery_start_time`, `Category`.`delevery_end_time`, `Category`.`time_gap`, `Category`.`time_diffrence`, `Category`.`credit_limit`, `Category`.`created`, `Category`.`modified` FROM `fojeto_live`.`categories` AS `Category` WHERE `Category`.`active` = '1' AND `Category`.`its_addon_category` = '0' 2 2 1 maybe slow SELECT `SubCategory`.`id`, `SubCategory`.`category_id`, `SubCategory`.`name`, `SubCategory`.`slug`, `SubCategory`.`image_file`, `SubCategory`.`banner_image`, `SubCategory`.`active`, `SubCategory`.`is_dashboard`, `SubCategory`.`created`, `SubCategory`.`modified`, `SubCategory`.`page_title`, `SubCategory`.`page_url`, `SubCategory`.`canonical_url`, `SubCategory`.`meta_description`, `SubCategory`.`meta_keyword` FROM `fojeto_live`.`sub_categories` AS `SubCategory` WHERE `SubCategory`.`active` = '1' AND `SubCategory`.`category_id` IN (1, 2) 26 26 0 SELECT `Offer`.`id`, `Offer`.`offer_type_id`, `Offer`.`offer_apply_on_id`, `Offer`.`offer_unique_code`, `Offer`.`name`, `Offer`.`image_file`, `Offer`.`start_date`, `Offer`.`end_date`, `Offer`.`offer`, `Offer`.`offer_code`, `Offer`.`term_condition`, `Offer`.`its_priority`, `Offer`.`active`, `Offer`.`created`, `Offer`.`modified` FROM `fojeto_live`.`offers` AS `Offer` WHERE `Offer`.`active` = '1' AND `Offer`.`start_date` <= '2025-10-22' AND `Offer`.`end_date` >= '2025-10-22' ORDER BY `Offer`.`id` DESC 0 0 0 SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`sub_category_id`, `Product`.`unit_id`, `Product`.`name`, `Product`.`page_slug`, `Product`.`is_discount`, `Product`.`is_discount_percentage`, `Product`.`price`, `Product`.`vendor_price`, `Product`.`customer_final_price`, `Product`.`vendor_final_price`, `Product`.`is_display_on_homepage`, `Product`.`image_file`, `Product`.`discount_per`, `Product`.`maxmin_order`, `Product`.`its_min_order`, `Product`.`total_quantity`, `Product`.`description`, `Product`.`feature`, `Product`.`page_title`, `Product`.`page_url`, `Product`.`canonical_url`, `Product`.`meta_description`, `Product`.`meta_keyword`, `Product`.`is_offer_applicable`, `Product`.`apply_tax`, `Product`.`tax_value`, `Product`.`active`, `Product`.`created`, `Product`.`modified` FROM `fojeto_live`.`products` AS `Product` WHERE `Product`.`page_slug` = 'chicken-boneless-biryani' ORDER BY `Product`.`id` ASC LIMIT 1 1 1 1 SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`sub_category_id`, `Product`.`unit_id`, `Product`.`name`, `Product`.`page_slug`, `Product`.`is_discount`, `Product`.`is_discount_percentage`, `Product`.`price`, `Product`.`vendor_price`, `Product`.`customer_final_price`, `Product`.`vendor_final_price`, `Product`.`is_display_on_homepage`, `Product`.`image_file`, `Product`.`discount_per`, `Product`.`maxmin_order`, `Product`.`its_min_order`, `Product`.`total_quantity`, `Product`.`description`, `Product`.`feature`, `Product`.`page_title`, `Product`.`page_url`, `Product`.`canonical_url`, `Product`.`meta_description`, `Product`.`meta_keyword`, `Product`.`is_offer_applicable`, `Product`.`apply_tax`, `Product`.`tax_value`, `Product`.`active`, `Product`.`created`, `Product`.`modified`, `Category`.`id`, `Category`.`name`, `Category`.`active`, `Category`.`page_slug`, `Category`.`page_url`, `Category`.`canonical_url`, `Category`.`page_title`, `Category`.`meta_keyword`, `Category`.`meta_description`, `Category`.`its_addon_category`, `Category`.`delevery_start_time`, `Category`.`delevery_end_time`, `Category`.`time_gap`, `Category`.`time_diffrence`, `Category`.`credit_limit`, `Category`.`created`, `Category`.`modified`, `SubCategory`.`id`, `SubCategory`.`category_id`, `SubCategory`.`name`, `SubCategory`.`slug`, `SubCategory`.`image_file`, `SubCategory`.`banner_image`, `SubCategory`.`active`, `SubCategory`.`is_dashboard`, `SubCategory`.`created`, `SubCategory`.`modified`, `SubCategory`.`page_title`, `SubCategory`.`page_url`, `SubCategory`.`canonical_url`, `SubCategory`.`meta_description`, `SubCategory`.`meta_keyword`, `Unit`.`id`, `Unit`.`name`, `Unit`.`active`, `Unit`.`created`, `Unit`.`modified`, `ProductQuatity`.`id`, `ProductQuatity`.`user_id`, `ProductQuatity`.`branch_location_id`, `ProductQuatity`.`product_id`, `ProductQuatity`.`quantity`, `ProductQuatity`.`date`, `ProductQuatity`.`created`, `ProductQuatity`.`modified` FROM `fojeto_live`.`products` AS `Product` LEFT JOIN `fojeto_live`.`categories` AS `Category` ON (`Product`.`category_id` = `Category`.`id`) LEFT JOIN `fojeto_live`.`sub_categories` AS `SubCategory` ON (`Product`.`sub_category_id` = `SubCategory`.`id`) LEFT JOIN `fojeto_live`.`units` AS `Unit` ON (`Product`.`unit_id` = `Unit`.`id`) LEFT JOIN `fojeto_live`.`product_quatities` AS `ProductQuatity` ON (`ProductQuatity`.`product_id` = `Product`.`id`) WHERE `Product`.`id` = 166 ORDER BY `Product`.`id` ASC LIMIT 1 1 1 3 maybe slow SELECT `Offer`.`id`, `Offer`.`offer_type_id`, `Offer`.`offer_apply_on_id`, `Offer`.`offer_unique_code`, `Offer`.`name`, `Offer`.`image_file`, `Offer`.`start_date`, `Offer`.`end_date`, `Offer`.`offer`, `Offer`.`offer_code`, `Offer`.`term_condition`, `Offer`.`its_priority`, `Offer`.`active`, `Offer`.`created`, `Offer`.`modified`, `OffersCategory`.`id`, `OffersCategory`.`offer_id`, `OffersCategory`.`category_id` FROM `fojeto_live`.`offers` AS `Offer` JOIN `fojeto_live`.`offers_categories` AS `OffersCategory` ON (`OffersCategory`.`category_id` = 1 AND `OffersCategory`.`offer_id` = `Offer`.`id`) WHERE `Offer`.`active` = '1' AND `Offer`.`start_date` <= '2025-10-22' AND `Offer`.`end_date` >= '2025-10-22' 0 0 0 SELECT `Offer`.`id`, `Offer`.`offer_type_id`, `Offer`.`offer_apply_on_id`, `Offer`.`offer_unique_code`, `Offer`.`name`, `Offer`.`image_file`, `Offer`.`start_date`, `Offer`.`end_date`, `Offer`.`offer`, `Offer`.`offer_code`, `Offer`.`term_condition`, `Offer`.`its_priority`, `Offer`.`active`, `Offer`.`created`, `Offer`.`modified`, `OffersSubCategory`.`id`, `OffersSubCategory`.`offer_id`, `OffersSubCategory`.`sub_category_id` FROM `fojeto_live`.`offers` AS `Offer` JOIN `fojeto_live`.`offers_sub_categories` AS `OffersSubCategory` ON (`OffersSubCategory`.`sub_category_id` = 20 AND `OffersSubCategory`.`offer_id` = `Offer`.`id`) WHERE `Offer`.`active` = '1' AND `Offer`.`start_date` <= '2025-10-22' AND `Offer`.`end_date` >= '2025-10-22' 0 0 1 maybe slow SELECT `ProductImage`.`id`, `ProductImage`.`product_id`, `ProductImage`.`name`, `ProductImage`.`image_file`, `ProductImage`.`active`, `ProductImage`.`created`, `ProductImage`.`modified` FROM `fojeto_live`.`product_images` AS `ProductImage` WHERE `ProductImage`.`active` = '1' AND `ProductImage`.`product_id` = (166) 0 0 3 maybe slow SELECT `Offer`.`id`, `Offer`.`offer_type_id`, `Offer`.`offer_apply_on_id`, `Offer`.`offer_unique_code`, `Offer`.`name`, `Offer`.`image_file`, `Offer`.`start_date`, `Offer`.`end_date`, `Offer`.`offer`, `Offer`.`offer_code`, `Offer`.`term_condition`, `Offer`.`its_priority`, `Offer`.`active`, `Offer`.`created`, `Offer`.`modified`, `OffersProduct`.`id`, `OffersProduct`.`offer_id`, `OffersProduct`.`product_id` FROM `fojeto_live`.`offers` AS `Offer` JOIN `fojeto_live`.`offers_products` AS `OffersProduct` ON (`OffersProduct`.`product_id` = 166 AND `OffersProduct`.`offer_id` = `Offer`.`id`) WHERE `Offer`.`active` = '1' AND `Offer`.`start_date` <= '2025-10-22' AND `Offer`.`end_date` >= '2025-10-22' 0 0 2 maybe slow SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`sub_category_id`, `Product`.`unit_id`, `Product`.`name`, `Product`.`page_slug`, `Product`.`is_discount`, `Product`.`is_discount_percentage`, `Product`.`price`, `Product`.`vendor_price`, `Product`.`customer_final_price`, `Product`.`vendor_final_price`, `Product`.`is_display_on_homepage`, `Product`.`image_file`, `Product`.`discount_per`, `Product`.`maxmin_order`, `Product`.`its_min_order`, `Product`.`total_quantity`, `Product`.`description`, `Product`.`feature`, `Product`.`page_title`, `Product`.`page_url`, `Product`.`canonical_url`, `Product`.`meta_description`, `Product`.`meta_keyword`, `Product`.`is_offer_applicable`, `Product`.`apply_tax`, `Product`.`tax_value`, `Product`.`active`, `Product`.`created`, `Product`.`modified`, `Category`.`id`, `Category`.`name`, `Category`.`active`, `Category`.`page_slug`, `Category`.`page_url`, `Category`.`canonical_url`, `Category`.`page_title`, `Category`.`meta_keyword`, `Category`.`meta_description`, `Category`.`its_addon_category`, `Category`.`delevery_start_time`, `Category`.`delevery_end_time`, `Category`.`time_gap`, `Category`.`time_diffrence`, `Category`.`credit_limit`, `Category`.`created`, `Category`.`modified`, `SubCategory`.`id`, `SubCategory`.`category_id`, `SubCategory`.`name`, `SubCategory`.`slug`, `SubCategory`.`image_file`, `SubCategory`.`banner_image`, `SubCategory`.`active`, `SubCategory`.`is_dashboard`, `SubCategory`.`created`, `SubCategory`.`modified`, `SubCategory`.`page_title`, `SubCategory`.`page_url`, `SubCategory`.`canonical_url`, `SubCategory`.`meta_description`, `SubCategory`.`meta_keyword`, `Unit`.`id`, `Unit`.`name`, `Unit`.`active`, `Unit`.`created`, `Unit`.`modified`, `ProductQuatity`.`id`, `ProductQuatity`.`user_id`, `ProductQuatity`.`branch_location_id`, `ProductQuatity`.`product_id`, `ProductQuatity`.`quantity`, `ProductQuatity`.`date`, `ProductQuatity`.`created`, `ProductQuatity`.`modified` FROM `fojeto_live`.`products` AS `Product` LEFT JOIN `fojeto_live`.`categories` AS `Category` ON (`Product`.`category_id` = `Category`.`id`) LEFT JOIN `fojeto_live`.`sub_categories` AS `SubCategory` ON (`Product`.`sub_category_id` = `SubCategory`.`id`) LEFT JOIN `fojeto_live`.`units` AS `Unit` ON (`Product`.`unit_id` = `Unit`.`id`) LEFT JOIN `fojeto_live`.`product_quatities` AS `ProductQuatity` ON (`ProductQuatity`.`product_id` = `Product`.`id`) WHERE `Product`.`id` != 166 AND `Product`.`sub_category_id` = 20 ORDER BY `Product`.`id` ASC 2 2 3 maybe slow SELECT `ProductImage`.`id`, `ProductImage`.`product_id`, `ProductImage`.`name`, `ProductImage`.`image_file`, `ProductImage`.`active`, `ProductImage`.`created`, `ProductImage`.`modified` FROM `fojeto_live`.`product_images` AS `ProductImage` WHERE `ProductImage`.`product_id` IN (122, 133) 0 0 1 maybe slow SELECT `OrderDetail`.`id`, `OrderDetail`.`order_id`, `OrderDetail`.`product_id`, `OrderDetail`.`product_name`, `OrderDetail`.`quantity`, `OrderDetail`.`its_discount`, `OrderDetail`.`price`, `OrderDetail`.`orignal_price`, `OrderDetail`.`save_price`, `OrderDetail`.`offer_percent`, `OrderDetail`.`created`, `OrderDetail`.`modified` FROM `fojeto_live`.`order_details` AS `OrderDetail` WHERE `OrderDetail`.`product_id` IN (122, 133) 27 27 1 SELECT `Offer`.`id`, `Offer`.`offer_type_id`, `Offer`.`offer_apply_on_id`, `Offer`.`offer_unique_code`, `Offer`.`name`, `Offer`.`image_file`, `Offer`.`start_date`, `Offer`.`end_date`, `Offer`.`offer`, `Offer`.`offer_code`, `Offer`.`term_condition`, `Offer`.`its_priority`, `Offer`.`active`, `Offer`.`created`, `Offer`.`modified`, `OffersProduct`.`id`, `OffersProduct`.`offer_id`, `OffersProduct`.`product_id` FROM `fojeto_live`.`offers` AS `Offer` JOIN `fojeto_live`.`offers_products` AS `OffersProduct` ON (`OffersProduct`.`product_id` IN (122, 133) AND `OffersProduct`.`offer_id` = `Offer`.`id`) 0 0 3 maybe slow SELECT `Wishlist`.`id`, `Wishlist`.`user_id`, `Wishlist`.`category_id`, `Wishlist`.`name`, `Wishlist`.`created`, `Wishlist`.`modified` FROM `fojeto_live`.`wishlists` AS `Wishlist` WHERE `Wishlist`.`category_id` = 1 AND `Wishlist`.`user_id` IS NULL ORDER BY `Wishlist`.`id` ASC 0 0 1 maybe slow Query Explain:
==== -
Timer +
Memory
Peak Memory Use 16.23 MB
Message Memory use Component initialization 3.22 MB Controller action start 7.73 MB Controller render start 8.09 MB View render complete 9.56 MB Timers
Total Request Time: 760 (ms)
Message Time in ms Graph Core Processing (Derived from $_SERVER["REQUEST_TIME"]) 50.54 Event: Controller.initialize 218.42 Event: Controller.startup 1.07 Controller action 103.76 Event: Controller.beforeRender 171.51 » Processing toolbar data 171.14 Rendering View 80.91 » Event: View.beforeRender 0.04 » Rendering APP/View/Products/view.ctp 2.81 » » Rendering APP/View/Elements/you_may_also_like.ctp 0.62 » Event: View.afterRender 0.05 » Event: View.beforeLayout 0.02 » Rendering APP/View/Layouts/home.ctp 77.03 » » Rendering APP/View/Elements/frontendNavigationMenu.ctp 0.62 » » » Rendering APP/View/Elements/pageSeo.ctp 0.40 » » Rendering APP/View/Elements/input_model.ctp 70.94 » » Rendering APP/View/Elements/frontendHeader.ctp 1.81 » » » Rendering APP/View/Elements/Menu/frontendMenu.ctp 1.10 » » Rendering APP/View/Elements/frontendFooter.ctp 1.40 » » Rendering APP/View/Elements/modal.ctp 0.16 » » Rendering APP/View/Elements/validateScript.ctp 0.36 » » Rendering APP/View/Elements/appScript.ctp 0.44 Event: View.afterLayout 0.00 ==== - Log
-
Variables +
View Variables
- product(array)
- Product(array)
- id166
- category_id1
- sub_category_id20
- unit_id2
- nameChicken Boneless Biryani
- page_slugchicken-boneless-biryani
- is_discount(true)
- is_discount_percentage(true)
- price1400
- vendor_price800
- customer_final_price1260
- vendor_final_price660
- is_display_on_homepage(true)
- image_filespecial-boneless-chicken.jpg
- discount_per10
- maxmin_order15
- its_min_order(false)
- total_quantity(null)
- description(empty)
- feature(empty)
- page_titleFojeto Boneless Biryani
- page_urlhttps://www.fojeto.com/chicken-boneless-biryani
- canonical_urlhttps://www.fojeto.com/chicken-boneless-biryani
- meta_description(empty)
- meta_keyword(empty)
- is_offer_applicable(false)
- apply_tax(false)
- tax_value(empty)
- active(true)
- created0000-00-00 00:00:00
- modified2023-03-17 17:26:01
- Category(array)
- id1
- nameCatering Foods
- active(true)
- page_slugcatering-foods
- page_urlhttps://fojeto.com/categories/catering-foods-1
- canonical_urlhttps://fojeto.com/categories/catering-foods-1
- page_titleFojeto Catering Foods
- meta_keyword(empty)
- meta_description(empty)
- its_addon_category(false)
- delevery_start_time05:00
- delevery_end_time23:00
- time_gap30
- time_diffrence180
- credit_limit2000
- created2022-10-05 15:51:54
- modified2023-08-30 16:43:40
- Offer(empty)
- SubCategory(array)
- id20
- category_id1
- nameChicken Biryani
- slugchicken-biryani
- image_filechickenBiryani.jpg
- banner_image2.jpeg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:11:54
- modified2023-08-30 17:08:54
- page_titleFojeto Chicken Biryani
- page_urlhttps://fojeto.com/catering-foods/chicken-biryani-20
- canonical_urlhttps://fojeto.com/catering-foods/chicken-biryani-20
- meta_description(empty)
- meta_keyword(empty)
- Offer(empty)
- Unit(array)
- id2
- namekg
- active(true)
- created2019-08-01 23:11:25
- modified2019-08-01 23:11:25
- ProductQuatity(array)
- id(null)
- user_id(null)
- branch_location_id(null)
- product_id(null)
- quantity(null)
- date(null)
- created(null)
- modified(null)
- ProductImage(empty)
- Offer(empty)
- Product(array)
- relatedProduct(array)
- 0(array)
- Product(array)
- id122
- category_id1
- sub_category_id20
- unit_id2
- nameChicken Dum Biryani
- page_slugchicken-dum-biryani
- is_discount(true)
- is_discount_percentage(false)
- price1200
- vendor_price850
- customer_final_price1110
- vendor_final_price760
- is_display_on_homepage(true)
- image_filechi.b imege.png
- discount_per90
- maxmin_order15
- its_min_order(true)
- total_quantity(null)
- description(empty)
- feature(empty)
- page_titleFojeto Biryani
- page_urlhttps://www.fojeto.com/chicken-dum-biryani
- canonical_urlhttps://www.fojeto.com/chicken-dum-biryani
- meta_description(empty)
- meta_keyword(empty)
- is_offer_applicable(false)
- apply_tax(false)
- tax_value(empty)
- active(true)
- created0000-00-00 00:00:00
- modified2023-03-27 14:15:15
- Category(array)
- id1
- nameCatering Foods
- active(true)
- page_slugcatering-foods
- page_urlhttps://fojeto.com/categories/catering-foods-1
- canonical_urlhttps://fojeto.com/categories/catering-foods-1
- page_titleFojeto Catering Foods
- meta_keyword(empty)
- meta_description(empty)
- its_addon_category(false)
- delevery_start_time05:00
- delevery_end_time23:00
- time_gap30
- time_diffrence180
- credit_limit2000
- created2022-10-05 15:51:54
- modified2023-08-30 16:43:40
- SubCategory(array)
- id20
- category_id1
- nameChicken Biryani
- slugchicken-biryani
- image_filechickenBiryani.jpg
- banner_image2.jpeg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:11:54
- modified2023-08-30 17:08:54
- page_titleFojeto Chicken Biryani
- page_urlhttps://fojeto.com/catering-foods/chicken-biryani-20
- canonical_urlhttps://fojeto.com/catering-foods/chicken-biryani-20
- meta_description(empty)
- meta_keyword(empty)
- Unit(array)
- id2
- namekg
- active(true)
- created2019-08-01 23:11:25
- modified2019-08-01 23:11:25
- ProductQuatity(array)
- id(null)
- user_id(null)
- branch_location_id(null)
- product_id(null)
- quantity(null)
- date(null)
- created(null)
- modified(null)
- ProductImage(empty)
- OrderDetail(array)
- 0(array)
- id29
- order_id17
- product_id122
- product_nameChicken Dum Biryani
- quantity2
- its_discount(true)
- price0
- orignal_price2400
- save_price2400
- offer_percent200
- created2023-03-24 05:05:19
- modified2023-03-24 05:06:27
- 1(array)
- id36
- order_id21
- product_id122
- product_nameChicken Dum Biryani
- quantity16
- its_discount(true)
- price17760
- orignal_price19200
- save_price1440
- offer_percent1440
- created2023-03-29 08:30:16
- modified2023-03-29 08:33:33
- 2(array)
- id48
- order_id25
- product_id122
- product_nameChicken Dum Biryani
- quantity16
- its_discount(true)
- price17760
- orignal_price19200
- save_price1440
- offer_percent1440
- created2023-03-30 22:15:17
- modified2023-03-30 22:29:52
- 3(array)
- id50
- order_id26
- product_id122
- product_nameChicken Dum Biryani
- quantity15
- its_discount(true)
- price16650
- orignal_price18000
- save_price1350
- offer_percent1350
- created2023-03-30 22:39:19
- modified2023-03-30 22:39:19
- 4(array)
- id52
- order_id28
- product_id122
- product_nameChicken Dum Biryani
- quantity15
- its_discount(true)
- price16650
- orignal_price18000
- save_price1350
- offer_percent1350
- created2023-04-01 10:08:59
- modified2023-04-01 10:08:59
- 5(array)
- id57
- order_id31
- product_id122
- product_nameChicken Dum Biryani
- quantity15
- its_discount(true)
- price16650
- orignal_price19200
- save_price1440
- offer_percent1440
- created2023-04-06 23:07:01
- modified2023-04-06 23:09:40
- 6(array)
- id59
- order_id32
- product_id122
- product_nameChicken Dum Biryani
- quantity15
- its_discount(true)
- price16650
- orignal_price18000
- save_price1350
- offer_percent1350
- created2023-04-10 10:01:52
- modified2023-04-10 10:01:52
- 7(array)
- id60
- order_id33
- product_id122
- product_nameChicken Dum Biryani
- quantity15
- its_discount(true)
- price16650
- orignal_price18000
- save_price1350
- offer_percent1350
- created2023-04-10 11:35:56
- modified2023-04-10 11:38:28
- 8(array)
- id67
- order_id36
- product_id122
- product_nameChicken Dum Biryani
- quantity15
- its_discount(true)
- price16650
- orignal_price19200
- save_price1440
- offer_percent1440
- created2023-04-19 23:14:23
- modified2023-04-19 23:17:18
- 9(array)
- id72
- order_id38
- product_id122
- product_nameChicken Dum Biryani
- quantity15
- its_discount(true)
- price16650
- orignal_price18000
- save_price1350
- offer_percent1350
- created2023-04-26 00:10:44
- modified2023-04-26 00:10:44
- 10(array)
- id73
- order_id39
- product_id122
- product_nameChicken Dum Biryani
- quantity15
- its_discount(true)
- price16650
- orignal_price18000
- save_price1350
- offer_percent1350
- created2023-04-26 00:23:10
- modified2023-04-26 00:23:10
- 11(array)
- id74
- order_id40
- product_id122
- product_nameChicken Dum Biryani
- quantity15.5
- its_discount(true)
- price17205
- orignal_price18600
- save_price1395
- offer_percent1395
- created2023-04-28 09:52:45
- modified2023-04-28 09:53:41
- 12(array)
- id76
- order_id41
- product_id122
- product_nameChicken Dum Biryani
- quantity15.5
- its_discount(true)
- price17205
- orignal_price18600
- save_price1395
- offer_percent1395
- created2023-05-17 22:00:07
- modified2023-05-17 22:00:07
- 13(array)
- id79
- order_id42
- product_id122
- product_nameChicken Dum Biryani
- quantity15.5
- its_discount(true)
- price17205
- orignal_price18600
- save_price1395
- offer_percent1395
- created2023-05-17 22:03:01
- modified2023-05-17 22:03:01
- 14(array)
- id82
- order_id43
- product_id122
- product_nameChicken Dum Biryani
- quantity15
- its_discount(true)
- price16650
- orignal_price18000
- save_price1350
- offer_percent1350
- created2023-07-10 09:49:37
- modified2023-07-10 09:50:47
- 0(array)
- Offer(empty)
- Product(array)
- 1(array)
- Product(array)
- id133
- category_id1
- sub_category_id20
- unit_id2
- nameChicken Hydrabadi Biryani
- page_slugchicken-hydrabadi-biryani
- is_discount(true)
- is_discount_percentage(true)
- price1300
- vendor_price850
- customer_final_price1170
- vendor_final_price720
- is_display_on_homepage(true)
- image_filehydrabadi-biryani-chi.jpg
- discount_per10
- maxmin_order1
- its_min_order(true)
- total_quantity(null)
- description(empty)
- feature(empty)
- page_titleFojeto Hydrabadi Biryani
- page_urlhttps://www.fojeto.com/chicken-hydrabadi-biryani
- canonical_urlhttps://www.fojeto.com/chicken-hydrabadi-biryani
- meta_description(empty)
- meta_keyword(empty)
- is_offer_applicable(false)
- apply_tax(false)
- tax_value(empty)
- active(true)
- created0000-00-00 00:00:00
- modified2023-03-17 17:23:44
- Category(array)
- id1
- nameCatering Foods
- active(true)
- page_slugcatering-foods
- page_urlhttps://fojeto.com/categories/catering-foods-1
- canonical_urlhttps://fojeto.com/categories/catering-foods-1
- page_titleFojeto Catering Foods
- meta_keyword(empty)
- meta_description(empty)
- its_addon_category(false)
- delevery_start_time05:00
- delevery_end_time23:00
- time_gap30
- time_diffrence180
- credit_limit2000
- created2022-10-05 15:51:54
- modified2023-08-30 16:43:40
- SubCategory(array)
- id20
- category_id1
- nameChicken Biryani
- slugchicken-biryani
- image_filechickenBiryani.jpg
- banner_image2.jpeg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:11:54
- modified2023-08-30 17:08:54
- page_titleFojeto Chicken Biryani
- page_urlhttps://fojeto.com/catering-foods/chicken-biryani-20
- canonical_urlhttps://fojeto.com/catering-foods/chicken-biryani-20
- meta_description(empty)
- meta_keyword(empty)
- Unit(array)
- id2
- namekg
- active(true)
- created2019-08-01 23:11:25
- modified2019-08-01 23:11:25
- ProductQuatity(array)
- id(null)
- user_id(null)
- branch_location_id(null)
- product_id(null)
- quantity(null)
- date(null)
- created(null)
- modified(null)
- ProductImage(empty)
- OrderDetail(array)
- 0(array)
- id25
- order_id15
- product_id133
- product_nameChicken Hydrabadi Biryani
- quantity2
- its_discount(true)
- price2340
- orignal_price2600
- save_price260
- offer_percent20
- created2023-03-18 17:13:43
- modified2023-03-18 17:35:59
- 1(array)
- id30
- order_id17
- product_id133
- product_nameChicken Hydrabadi Biryani
- quantity3
- its_discount(true)
- price3510
- orignal_price3900
- save_price390
- offer_percent30
- created2023-03-24 05:05:19
- modified2023-03-24 05:06:27
- 2(array)
- id37
- order_id21
- product_id133
- product_nameChicken Hydrabadi Biryani
- quantity1.5
- its_discount(true)
- price1755
- orignal_price1950
- save_price195
- offer_percent15
- created2023-03-29 08:30:16
- modified2023-03-29 08:33:33
- 3(array)
- id49
- order_id25
- product_id133
- product_nameChicken Hydrabadi Biryani
- quantity3
- its_discount(true)
- price3510
- orignal_price3900
- save_price390
- offer_percent30
- created2023-03-30 22:15:17
- modified2023-03-30 22:29:52
- 4(array)
- id58
- order_id31
- product_id133
- product_nameChicken Hydrabadi Biryani
- quantity05
- its_discount(true)
- price5850
- orignal_price6500
- save_price650
- offer_percent50
- created2023-04-06 23:07:01
- modified2023-04-06 23:09:40
- 5(array)
- id68
- order_id36
- product_id133
- product_nameChicken Hydrabadi Biryani
- quantity1
- its_discount(true)
- price1170
- orignal_price1300
- save_price130
- offer_percent10
- created2023-04-19 23:14:23
- modified2023-04-19 23:17:18
- 6(array)
- id71
- order_id37
- product_id133
- product_nameChicken Hydrabadi Biryani
- quantity2
- its_discount(true)
- price2340
- orignal_price2600
- save_price260
- offer_percent20
- created2023-04-26 00:02:07
- modified2023-04-26 00:02:07
- 7(array)
- id75
- order_id40
- product_id133
- product_nameChicken Hydrabadi Biryani
- quantity1
- its_discount(true)
- price1170
- orignal_price1300
- save_price130
- offer_percent10
- created2023-04-28 09:52:45
- modified2023-04-28 09:53:41
- 8(array)
- id77
- order_id41
- product_id133
- product_nameChicken Hydrabadi Biryani
- quantity11
- its_discount(true)
- price12870
- orignal_price14300
- save_price1430
- offer_percent110
- created2023-05-17 22:00:07
- modified2023-05-17 22:00:07
- 9(array)
- id80
- order_id42
- product_id133
- product_nameChicken Hydrabadi Biryani
- quantity11
- its_discount(true)
- price12870
- orignal_price14300
- save_price1430
- offer_percent110
- created2023-05-17 22:03:01
- modified2023-05-17 22:03:01
- 10(array)
- id83
- order_id44
- product_id133
- product_nameChicken Hydrabadi Biryani
- quantity1.5
- its_discount(true)
- price1755
- orignal_price1950
- save_price195
- offer_percent15
- created2023-07-18 08:01:02
- modified2023-07-18 08:03:17
- 11(array)
- id89
- order_id49
- product_id133
- product_nameChicken Hydrabadi Biryani
- quantity2
- its_discount(true)
- price2340
- orignal_price2600
- save_price260
- offer_percent20
- created2023-09-13 09:25:31
- modified2023-09-13 09:29:23
- 0(array)
- Offer(empty)
- Product(array)
- 0(array)
- minmaxOrderIntMax
- category_id1
- offerDetails(empty)
- wishlists(empty)
- userId(null)
- wishlistProducts(empty)
- isMobile(false)
- prefix(empty)
- homeUrl(array)
- controllerdashboards
- actionhome
- user(false)
- callNumber+918100281005
- orderplaceEmailinfo@fojeto.com
- contactEmailinfo@fojeto.com
- officeStartTime09:00 AM
- officeEndTime06:00 PM
- footerText(empty)
- webTex(empty)
- cateringServicesArray(array)
- 0(array)
- nameCatering Servicwes
- id1
- image_file/files/catering_service/image_file/1/1_jyT8YSYbKRwIdMn0Z79XKw.jpeg
- 1(array)
- nameHouse Party Cateres
- id2
- image_file/files/catering_service/image_file/2/ninja_catering_-_canape_1.jpg
- 2(array)
- nameWedding Cateres
- id3
- image_file/files/catering_service/image_file/3/Outdoor-Wedding-Catering.jpg
- 3(array)
- nameGourment Cateres
- id4
- image_file/files/catering_service/image_file/4/hospitality_gourmet_catering.jpg
- 4(array)
- nameBirthday Party....
- id5
- image_file/files/catering_service/image_file/5/happy-birthday-candles.png
- 5(array)
- nameLive Grill And BBQ....
- id6
- image_file/files/catering_service/image_file/6/live%20grills%20%26%20barbeque-bangalore.png
- 0(array)
- cateringServicesDropdown(array)
- 1Catering Servicwes
- 2House Party Cateres
- 3Wedding Cateres
- 4Gourment Cateres
- 5Birthday Party Cateres
- 6Live Grill And BBQ Catering
- dashboardOrders(empty)
- urlhttps://fojeto.com
- categories(array)
- 0(array)
- Category(array)
- id1
- nameCatering Foods
- active(true)
- page_slugcatering-foods
- page_urlhttps://fojeto.com/categories/catering-foods-1
- canonical_urlhttps://fojeto.com/categories/catering-foods-1
- page_titleFojeto Catering Foods
- meta_keyword(empty)
- meta_description(empty)
- its_addon_category(false)
- delevery_start_time05:00
- delevery_end_time23:00
- time_gap30
- time_diffrence180
- credit_limit2000
- created2022-10-05 15:51:54
- modified2023-08-30 16:43:40
- SubCategory(array)
- 0(array)
- id20
- category_id1
- nameChicken Biryani
- slugchicken-biryani
- image_filechickenBiryani.jpg
- banner_image2.jpeg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:11:54
- modified2023-08-30 17:08:54
- page_titleFojeto Chicken Biryani
- page_urlhttps://fojeto.com/catering-foods/chicken-biryani-20
- canonical_urlhttps://fojeto.com/catering-foods/chicken-biryani-20
- meta_description(empty)
- meta_keyword(empty)
- 1(array)
- id22
- category_id1
- nameMutton Biryani
- slugmutton-biryani
- image_filemottonBiryani.jpg
- banner_image3.jpeg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:27:37
- modified2023-08-30 17:09:58
- page_titleMutton Biryani
- page_urlhttps://fojeto.com/catering-foods/mutton-biryani-22
- canonical_urlhttps://fojeto.com/catering-foods/mutton-biryani-22
- meta_description(empty)
- meta_keyword(empty)
- 2(array)
- id23
- category_id1
- nameEgg Biryani
- slugegg-biryani
- image_fileeggBirayani.jpg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2020-07-10 18:30:28
- modified2023-08-30 17:10:09
- page_titleEgg Biryani
- page_urlhttps://fojeto.com/catering-foods/egg-biryani-23
- canonical_urlhttps://fojeto.com/catering-foods/egg-biryani-23
- meta_description(empty)
- meta_keyword(empty)
- 3(array)
- id24
- category_id1
- nameVeg Biryani
- slugveg-biryani
- image_filevegBiryani.jpg
- banner_image4.jpeg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:31:07
- modified2023-08-30 17:10:17
- page_titleVeg Biryani
- page_urlhttps://fojeto.com/catering-foods/veg-biryani-24
- canonical_urlhttps://fojeto.com/catering-foods/veg-biryani-24
- meta_description(empty)
- meta_keyword(empty)
- 4(array)
- id25
- category_id1
- nameChicken Pulao
- slugchicken-pulao
- image_filechickenpolav1.jpg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2020-07-10 18:33:08
- modified2023-08-30 17:10:25
- page_titleChicken Pulao
- page_urlhttps://fojeto.com/catering-foods/chicken-pulao-25
- canonical_urlhttps://fojeto.com/catering-foods/chicken-pulao-25
- meta_description(empty)
- meta_keyword(empty)
- 5(array)
- id26
- category_id1
- nameMutton Pulao
- slugmutton-pulao
- image_filemottonPolav.jpg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2020-07-10 18:33:51
- modified2023-08-30 17:10:49
- page_titleMutton Pulao
- page_urlhttps://fojeto.com/catering-foods/mutton-pulao-26
- canonical_urlhttps://fojeto.com/catering-foods/mutton-pulao-26
- meta_description(empty)
- meta_keyword(empty)
- 6(array)
- id27
- category_id1
- nameVeg Pulao
- slugveg-pulao
- image_filevegPolav.jpg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2020-07-10 18:34:51
- modified2023-08-30 17:11:06
- page_titleVeg Pulao
- page_urlhttps://fojeto.com/catering-foods/veg-pulao-27
- canonical_urlhttps://fojeto.com/catering-foods/veg-pulao-27
- meta_description(empty)
- meta_keyword(empty)
- 7(array)
- id28
- category_id1
- nameChicken Gravy
- slugchicken-gravy
- image_filechickenGravy.jpg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2020-07-10 18:37:11
- modified2023-08-30 17:11:18
- page_titleChicken Gravy
- page_urlhttps://fojeto.com/catering-foods/chicken-gravy-28
- canonical_urlhttps://fojeto.com/catering-foods/chicken-gravy-28
- meta_description(empty)
- meta_keyword(empty)
- 8(array)
- id29
- category_id1
- nameMutton Gravy
- slugmutton-gravy
- image_filemottonGravy.jpg
- banner_image(null)
- active(true)
- is_dashboard(false)
- created2020-07-10 18:37:55
- modified2023-08-30 17:11:28
- page_titleMutton Gravy
- page_urlhttps://fojeto.com/catering-foods/mutton-gravy-29
- canonical_urlhttps://fojeto.com/catering-foods/mutton-gravy-29
- meta_description(empty)
- meta_keyword(empty)
- 9(array)
- id32
- category_id1
- nameMutton Starter
- slugmutton-starter
- image_filemuttonStarter.jpg
- banner_image(null)
- active(true)
- is_dashboard(false)
- created2020-07-10 18:42:16
- modified2023-08-30 17:11:40
- page_titleMutton Starter
- page_urlhttps://fojeto.com/catering-foods/mutton-starter-32
- canonical_urlhttps://fojeto.com/catering-foods/mutton-starter-32
- meta_description(empty)
- meta_keyword(empty)
- 10(array)
- id33
- category_id1
- nameVeg Starter
- slugveg-starter
- image_filevegStarter.jpg
- banner_image(null)
- active(true)
- is_dashboard(false)
- created2020-07-10 18:43:53
- modified2023-08-30 17:11:49
- page_titleVeg Starter
- page_urlhttps://fojeto.com/catering-foods/veg-starter-33
- canonical_urlhttps://fojeto.com/catering-foods/veg-starter-33
- meta_description(empty)
- meta_keyword(empty)
- 11(array)
- id38
- category_id1
- nameSalad
- slugsalad-
- image_fileSalad.jpg
- banner_image(null)
- active(true)
- is_dashboard(false)
- created2020-07-10 18:58:17
- modified2023-08-30 17:12:03
- page_titleSalad
- page_urlhttps://fojeto.com/catering-foods/salad--38
- canonical_urlhttps://fojeto.com/catering-foods/salad--38
- meta_description(empty)
- meta_keyword(empty)
- 12(array)
- id40
- category_id1
- nameSizzler
- slugsizzler
- image_fileSizzler.jpg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2020-09-17 20:08:55
- modified2022-10-05 17:14:10
- page_titleSizzler
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/sizzler
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/sizzler
- meta_description(empty)
- meta_keyword(empty)
- 13(array)
- id41
- category_id1
- nameChicken Starters
- slugchicken-starters
- image_fileCB829B77-B605-42CB-B2B7-DA9F4DA2BA06.jpeg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2021-07-28 17:34:45
- modified2022-10-05 17:14:25
- page_titleChicken Starters
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-starters
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-starters
- meta_description(empty)
- meta_keyword(empty)
- 0(array)
- Category(array)
- 1(array)
- Category(array)
- id2
- nameFoods Plates
- active(true)
- page_slugfoods-plates
- page_urlhttps://fojeto.com/categories/foods-plates-2
- canonical_urlhttps://fojeto.com/categories/foods-plates-2
- page_titlefoods-plates
- meta_keyword(empty)
- meta_description(empty)
- its_addon_category(false)
- delevery_start_time11:00
- delevery_end_time01:00
- time_gap30
- time_diffrence30
- credit_limit500
- created2022-10-05 15:52:40
- modified2023-09-15 10:20:25
- SubCategory(array)
- 0(array)
- id30
- category_id2
- nameVeg Gravy
- slugveg-gravy
- image_fileVeg-Gravy.jpg
- banner_imageVeg Gravy.jpg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:39:20
- modified2022-12-27 14:53:57
- page_titleVeg Gravy
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/veg-gravy
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/veg-gravy
- meta_description(empty)
- meta_keyword(empty)
- 1(array)
- id34
- category_id2
- nameChicken Chinese
- slugchicken-chinese
- image_filechineshChiken.jpg
- banner_imageChicken Chinese.jpg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:45:59
- modified2022-10-06 15:21:27
- page_titleChicken Chinese
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-chinese
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-chinese
- meta_description(empty)
- meta_keyword(empty)
- 2(array)
- id42
- category_id2
- nameVeg Plates
- slugveg-plates
- image_file(null)
- banner_image(null)
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:15:55
- page_titleVeg Plates
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/veg-plates
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/veg-plates
- meta_description(empty)
- meta_keyword(empty)
- 3(array)
- id43
- category_id2
- nameNon-Veg
- slugnon-veg
- image_file(null)
- banner_image(null)
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:16:25
- page_titleNon-Veg
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/non-veg
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/non-veg
- meta_description(empty)
- meta_keyword(empty)
- 4(array)
- id44
- category_id2
- nameBarbeque
- slugbarbeque
- image_fileBBQ.jpg
- banner_imageBarbeque.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:18:06
- page_titleBarbeque
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/barbeque
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/barbeque
- meta_description(empty)
- meta_keyword(empty)
- 5(array)
- id45
- category_id2
- nameSouth Indian
- slugsouth-indian
- image_fileSouth-Indian.jpg
- banner_imagesouthindian.jfif
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:19:07
- page_titleSouth Indian
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/south-indian
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/south-indian
- meta_description(empty)
- meta_keyword(empty)
- 6(array)
- id46
- category_id2
- nameSeekh Kabab
- slugseekh-kabab
- image_file(null)
- banner_image(null)
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:19:32
- page_titleSeekh Kabab
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/seekh-kabab
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/seekh-kabab
- meta_description(empty)
- meta_keyword(empty)
- 7(array)
- id48
- category_id2
- nameChicken Dum Biryani
- slugchicken-dum-biryani
- image_fileChicken-Dum-Biryani.jpg
- banner_imageChicken Dum Biryani.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-05 17:20:35
- page_titleChicken Dum Biryani
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-dum-biryani
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-dum-biryani
- meta_description(empty)
- meta_keyword(empty)
- 8(array)
- id49
- category_id2
- nameChicken Mughlai Gravy
- slugchicken-mughlai-gravy
- image_fileChicken Moghlai Gravy.jpg
- banner_imageChicken Mughlai Gravy.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:21:11
- page_titleChicken Mughlai Gravy
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-mughlai-gravy
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-mughlai-gravy
- meta_description(empty)
- meta_keyword(empty)
- 9(array)
- id50
- category_id2
- nameMutton Biryani
- slugmutton-biryani
- image_fileMutton Biryani.jpg
- banner_imageMutton Biryani.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:22:30
- page_titleMutton Biryani
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/mutton-biryani
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/mutton-biryani
- meta_description(empty)
- meta_keyword(empty)
- 10(array)
- id51
- category_id2
- nameMutton Mughlai Gravy
- slugmutton-mughlai-gravy
- image_fileMutton-Mughlai-Gravy.jpg
- banner_imageMutton Mughlai Gravy.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:23:20
- page_titleMutton Mughlai Gravy
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/mutton-mughlai-gravy
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/mutton-mughlai-gravy
- meta_description(empty)
- meta_keyword(empty)
- 11(array)
- id52
- category_id2
- nameVeg Biryani
- slugveg-biryani
- image_fileVeg-Biryani.jpg
- banner_imageVeg Biryani.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:25:00
- page_titleVeg Biryani
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/veg-biryani
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/veg-biryani
- meta_description(empty)
- meta_keyword(empty)
- 0(array)
- Category(array)
- 0(array)
- offers(empty)
- googleAPIAIzaSyAGvRUyZMKn2Qdzt97wcd1gd2eMwJHS-hM
- controllerproducts
- currentactionview
- pageSEO(array)
- PageSeo(array)
- id166
- category_id1
- sub_category_id20
- unit_id2
- nameChicken Boneless Biryani
- page_slugchicken-boneless-biryani
- is_discount(true)
- is_discount_percentage(true)
- price1400
- vendor_price800
- customer_final_price1260
- vendor_final_price660
- is_display_on_homepage(true)
- image_filehttps://fojeto.com/files/product/image_file/166/special-boneless-chicken.jpg
- discount_per10
- maxmin_order15
- its_min_order(false)
- total_quantity(null)
- description(empty)
- feature(empty)
- page_titleFojeto Boneless Biryani
- page_urlhttps://www.fojeto.com/chicken-boneless-biryani
- canonical_urlhttps://www.fojeto.com/chicken-boneless-biryani
- meta_description(empty)
- meta_keyword(empty)
- is_offer_applicable(false)
- apply_tax(false)
- tax_value(empty)
- active(true)
- created0000-00-00 00:00:00
- modified2023-03-17 17:26:01
- PageSeo(array)
- enableAjax(true)
- isLoggedIn(false)
- $request->data(empty)
- $this->validationErrors(array)
- MenuLink(empty)
- Currency(empty)
- MenuLinksUser(empty)
- CrmRight(empty)
- User(empty)
- Setting(empty)
- Category(empty)
- SubCategory(empty)
- CateringService(empty)
- PlateCategory(empty)
- Order(empty)
- Offer(empty)
- Product(empty)
- OffersProduct(empty)
- Wishlist(empty)
- Unit(empty)
- ProductQuatity(empty)
- ProductImage(empty)
- OffersCategory(empty)
- OffersSubCategory(empty)
- OrderDetail(empty)
- WishlistDetail(empty)
- Loaded Helpers(array)
- 0Session
- 1Html
- 2Form
- 3Time
- 4Text
- 5Cache
- 6Bs
- 7Js
- 8Number
- 9AssetCompress
- 10PhpExcel
- 11SimpleGraph
- 12DebugTimer
- 13Toolbar
- 14Pura
- 15form
- 16HtmlToolbar
==== - product(array)
-
Environment +
App Constants
Constant Value CONFIG /home/sdh43cwguaq3/public_html/app/Config/ GOOGLE_MAP_ID AIzaSyAvtgMHgegfm5Qu5JNafe7KcKrNo3iV3H0 CakePHP Constants
Constant Value APP /home/sdh43cwguaq3/public_html/app/ APP_DIR app APPLIBS /home/sdh43cwguaq3/public_html/app/Lib/ CACHE /home/sdh43cwguaq3/public_html/app/tmp/cache/ CAKE /home/sdh43cwguaq3/public_html/lib/Cake/ CAKE_CORE_INCLUDE_PATH /home/sdh43cwguaq3/public_html/lib CORE_PATH /home/sdh43cwguaq3/public_html/lib/ CAKE_VERSION 2.10.24 CSS /home/sdh43cwguaq3/public_html/app/webroot/css/ CSS_URL css/ DS / FULL_BASE_URL https://fojeto.com IMAGES /home/sdh43cwguaq3/public_html/app/webroot/img/ IMAGES_URL img/ JS /home/sdh43cwguaq3/public_html/app/webroot/js/ JS_URL js/ LOGS /home/sdh43cwguaq3/public_html/app/tmp/logs/ ROOT /home/sdh43cwguaq3/public_html TESTS /home/sdh43cwguaq3/public_html/app/Test/ TMP /home/sdh43cwguaq3/public_html/app/tmp/ VENDORS /home/sdh43cwguaq3/public_html/vendors/ WEBROOT_DIR webroot WWW_ROOT /home/sdh43cwguaq3/public_html/app/webroot/ PHP Environment
Environment Variable Value Php Version 8.2.29 Lsphp Enable User Ini on Path /usr/local/bin:/usr/bin:/bin Temp /tmp Tmp /tmp Tmpdir /tmp Pwd / Http Accept */* Http Accept Encoding gzip, br, zstd, deflate Content Length 0 Http Host fojeto.com Http User Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) Http X Https 1 Redirect Redirect Unique Id aPiu31SOlYsO4pFm2vNVdwAAYQo Redirect Redirect Script Url /chicken-boneless-biryani-166 Redirect Redirect Script Uri https://fojeto.com/chicken-boneless-biryani-166 Redirect Redirect User Id 9109517 Redirect Redirect Https on Redirect Redirect Ssl Tls Sni fojeto.com Redirect Redirect Http2 on Redirect Redirect H2push off Redirect Redirect H2 Push off Redirect Redirect H2 Pushed Redirect Redirect H2 Pushed On Redirect Redirect H2 Stream Id 5 Redirect Redirect H2 Stream Tag 1815794-1025-5 Redirect Redirect Status 200 Redirect Unique Id aPiu31SOlYsO4pFm2vNVdwAAYQo Redirect Script Url /chicken-boneless-biryani-166 Redirect Script Uri https://fojeto.com/chicken-boneless-biryani-166 Redirect User Id 9109517 Redirect Https on Redirect Ssl Tls Sni fojeto.com Redirect Http2 on Redirect H2push off Redirect H2 Push off Redirect H2 Pushed Redirect H2 Pushed On Redirect H2 Stream Id 5 Redirect H2 Stream Tag 1815794-1025-5 Redirect Status 200 Unique Id aPiu31SOlYsO4pFm2vNVdwAAYQo Script Url /chicken-boneless-biryani-166 Script Uri https://fojeto.com/chicken-boneless-biryani-166 User Id 9109517 Https on Ssl Tls Sni fojeto.com Http2 on H2push off H2 Push off H2 Pushed H2 Pushed On H2 Stream Id 5 H2 Stream Tag 1815794-1025-5 Server Signature Server Software Apache Server Name fojeto.com Server Addr 68.178.145.145 Server Port 443 Remote Addr 216.73.216.34 Document Root /home/sdh43cwguaq3/public_html Request Scheme https Context Prefix Context Document Root /home/sdh43cwguaq3/public_html Server Admin webmaster@fojeto.com Script Filename /home/sdh43cwguaq3/public_html/app/webroot/index.php Remote Port 56325 Redirect Url /app/webroot/chicken-boneless-biryani-166 Server Protocol HTTP/2.0 Request Method GET Query String Request Uri /chicken-boneless-biryani-166 Script Name /app/webroot/index.php Php Self /app/webroot/index.php Request Time Float 1761128159.685 Request Time 1761128159 ==== -
Include +
Included Files
Include Paths
- 0/home/sdh43cwguaq3/public_html/lib
- 2/opt/alt/php82/usr/share/pear
- 3/opt/alt/php82/usr/share/php
- 4/usr/share/pear
- 5/usr/share/php
- 6-> /home/sdh43cwguaq3/public_html/lib/Cake/
Included Files
- core(array)
- Behavior(array)
- 0CORE/Model/Behavior/TreeBehavior.php
- 1CORE/Model/Behavior/ContainableBehavior.php
- Cache(array)
- 0CORE/Cache/Cache.php
- 1CORE/Cache/Engine/FileEngine.php
- 2CORE/Cache/CacheEngine.php
- Config(array)
- 0CORE/Config/routes.php
- 1CORE/Config/config.php
- Controller(array)
- 0CORE/Controller/Controller.php
- 1CORE/Controller/ComponentCollection.php
- 2CORE/Controller/Component.php
- Datasource(array)
- 0CORE/Model/Datasource/CakeSession.php
- 1CORE/Model/Datasource/Database/Mysql.php
- 2CORE/Model/Datasource/DboSource.php
- 3CORE/Model/Datasource/DataSource.php
- Error(array)
- 0CORE/Error/exceptions.php
- 1CORE/Error/ErrorHandler.php
- I18n(array)
- 0CORE/I18n/I18n.php
- 1CORE/I18n/L10n.php
- Log(array)
- 0CORE/Log/CakeLog.php
- 1CORE/Log/LogEngineCollection.php
- 2CORE/Log/Engine/FileLog.php
- 3CORE/Log/Engine/BaseLog.php
- 4CORE/Log/CakeLogInterface.php
- Model(array)
- 0CORE/Model/Model.php
- 1CORE/Model/BehaviorCollection.php
- 2CORE/Model/ModelBehavior.php
- 3CORE/Model/ConnectionManager.php
- Network(array)
- 0CORE/Network/CakeRequest.php
- 1CORE/Network/CakeResponse.php
- Other(array)
- 0CORE/bootstrap.php
- 1CORE/basics.php
- 2CORE/Core/App.php
- 3CORE/Core/Configure.php
- 4CORE/Core/CakePlugin.php
- 5CORE/Event/CakeEventListener.php
- 6CORE/Event/CakeEvent.php
- 7CORE/Event/CakeEventManager.php
- 8CORE/Core/CakeObject.php
- Routing(array)
- 0CORE/Routing/Dispatcher.php
- 1CORE/Routing/Filter/AssetDispatcher.php
- 2CORE/Routing/DispatcherFilter.php
- 3CORE/Routing/Filter/CacheDispatcher.php
- 4CORE/Routing/Router.php
- 5CORE/Routing/Route/CakeRoute.php
- 6CORE/Routing/Route/PluginShortRoute.php
- Utility(array)
- 0CORE/Utility/Hash.php
- 1CORE/Utility/Inflector.php
- 2CORE/Utility/ObjectCollection.php
- 3CORE/Utility/Debugger.php
- 4CORE/Utility/CakeText.php
- 5CORE/Utility/ClassRegistry.php
- 6CORE/Utility/Folder.php
- 7CORE/Utility/StringData.php
- 8CORE/Utility/File.php
- View(array)
- 0CORE/View/Helper.php
- 1CORE/View/View.php
- 2CORE/View/HelperCollection.php
- 3CORE/View/ViewBlock.php
- 4CORE/View/Helper/HtmlHelper.php
- Behavior(array)
- app(array)
- Component(array)
- 0APP/Controller/Component/HetuComponent.php
- 1APP/Controller/Component/SessionComponent.php
- 2APP/Controller/Component/CookieComponent.php
- 3APP/Controller/Component/RequestHandlerComponent.php
- 4APP/Controller/Component/AuthComponent.php
- 5APP/Controller/Component/ZipComponent.php
- 6APP/Controller/Component/PaginatorComponent.php
- 7APP/Controller/Component/FlashComponent.php
- Config(array)
- 0APP/Config/core.php
- 1APP/Config/bootstrap.php
- 2APP/Config/routes.php
- 3APP/Config/database.php
- Controller(array)
- 0APP/Controller/ProductsController.php
- 1APP/Controller/AppController.php
- Model(array)
- 0APP/Model/MenuLink.php
- 1APP/Model/AppModel.php
- 2APP/Model/Currency.php
- 3APP/Model/MenuLinksUser.php
- 4APP/Model/User.php
- 5APP/Model/Setting.php
- 6APP/Model/Category.php
- 7APP/Model/SubCategory.php
- 8APP/Model/CateringService.php
- 9APP/Model/PlateCategory.php
- 10APP/Model/Order.php
- 11APP/Model/Offer.php
- 12APP/Model/Product.php
- 13APP/Model/Wishlist.php
- 14APP/Model/Unit.php
- 15APP/Model/ProductQuatity.php
- 16APP/Model/ProductImage.php
- 17APP/Model/OrderDetail.php
- 18APP/Model/WishlistDetail.php
- Other(array)
- 0APP/webroot/index.php
- View(array)
- 0APP/View/Helper/BsHelper.php
- 1APP/View/Helper/AppHelper.php
- Component(array)
- plugins(array)
- CakePdf(array)
- Config(array)
- 0CakePdf/Config/bootstrap.php
- 1CakePdf/Config/routes.php
- Config(array)
- DebugKit(array)
- Component(array)
- 0DebugKit/Controller/Component/ToolbarComponent.php
- Plugin(array)
- 0DebugKit/Lib/DebugMemory.php
- 1DebugKit/Lib/Panel/HistoryPanel.php
- 2DebugKit/Lib/DebugPanel.php
- 3DebugKit/Lib/Panel/SessionPanel.php
- 4DebugKit/Lib/Panel/RequestPanel.php
- 5DebugKit/Lib/Panel/SqlLogPanel.php
- 6DebugKit/Lib/Panel/TimerPanel.php
- 7DebugKit/Lib/Panel/LogPanel.php
- 8DebugKit/Lib/Log/Engine/DebugKitLog.php
- 9DebugKit/Lib/Panel/VariablesPanel.php
- 10DebugKit/Lib/Panel/EnvironmentPanel.php
- 11DebugKit/Lib/Panel/IncludePanel.php
- 12DebugKit/Lib/DebugTimer.php
- Component(array)
- PhpExcel(array)
- Component(array)
- 0PhpExcel/Controller/Component/PhpExcelComponent.php
- Component(array)
- Upload(array)
- Behavior(array)
- 0Upload/Model/Behavior/UploadBehavior.php
- Behavior(array)
- CakePdf(array)
====