Notice (8): Trying to access array offset on value of type null [APP/Controller/RootCategoriesController.php, line 212]Code Context $this->loadModel("Faqs");
$root_faqs = $this->Faqs->getFaqsId(explode(",",$selected_root['faq_id']),$this->site_data['id']);
$this->set(compact('root_faqs'));
$conditions = [
'Programs.site_id' => (int) 43,
'RootCategories.slug' => 'roteiros-saindo-de-istambul',
'Programs.is_visible' => (int) 1,
'Programs.program_type_id IN' => [
(int) 0 => (int) 1,
(int) 1 => (int) 2,
(int) 2 => (int) 3,
(int) 3 => (int) 5
]
]
$selected_root = null
$orderby = 'Programs.order ASC'
$programCountriesIds = null
$CountriesIds = (int) 43
$programOffersIds = null
$programStylesIds = null
$programGroupsIds = null
$Duration = null
$days1 = (int) 1
$days2 = (int) 2
$days5 = (int) 5
$days10 = (int) 10
$days15 = (int) 15
$days20 = (int) 20
$programCategoriesIds = null
$price = null
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT `Programs`.`id` AS `Programs__id`, `Programs`.`title` AS `Programs__title`, `Programs`.`short_title` AS `Programs__short_title`, `Programs`.`slug` AS `Programs__slug`, `Programs`.`min_price` AS `Programs__min_price`, `Programs`.`duration` AS `Programs__duration`, `Programs`.`sort_duration` AS `Programs__sort_duration`, `Programs`.`runs` AS `Programs__runs`, `Programs`.`trip_type` AS `Programs__trip_type`, `Programs`.`short_description` AS `Programs__short_description`, `Programs`.`description` AS `Programs__description`, `Programs`.`image_url` AS `Programs__image_url`, `Programs`.`stars_rating` AS `Programs__stars_rating`, `Programs`.`rating_type` AS `Programs__rating_type`, `Programs`.`schedule` AS `Programs__schedule`, `Programs`.`discount_rate` AS `Programs__discount_rate`, `Programs`.`long_cruise` AS `Programs__long_cruise`, `Programs`.`room_left` AS `Programs__room_left`, `Programs`.`room_left_text` AS `Programs__room_left_text`, `Programs`.`countries` AS `Programs__countries`, `Sites`.`title` AS `Sites__title`, `Sites`.`menu_title` AS `Sites__menu_title`, `SubCategories`.`slug` AS `SubCategories__slug`, `SubCategories`.`root_category_id` AS `SubCategories__root_category_id`, `RootCategories`.`slug` AS `RootCategories__slug`, `ProgramTypes`.`view_name` AS `ProgramTypes__view_name` FROM `programs` `Programs` LEFT JOIN `sites` `Sites` ON (`Sites`.`subdomain` = :c0 AND `Sites`.`id` = (`Programs`.`site_id`)) LEFT JOIN `sub_categories` `SubCategories` ON (SubCategories.id = Programs.sub_category_id AND `SubCategories`.`id` = (`Programs`.`sub_category_id`)) LEFT JOIN `root_categories` `RootCategories` ON (RootCategories.id = SubCategories.root_category_id OR RootCategories.id = Programs.root_category_id AND `RootCategories`.`id` = (`Programs`.`root_category_id`)) LEFT JOIN `program_types` `ProgramTypes` ON `ProgramTypes`.`id` = (`Programs`.`program_type_id`) LEFT JOIN `facilities` `Facilities` ON `Programs`.`id` = (`Facilities`.`program_id`) WHERE (`Programs`.`site_id` = :c1 AND `RootCategories`.`slug` = :c2 AND `Programs`.`is_visible` = :c3 AND `Programs`.`program_type_id` in (:c4,:c5,:c6,:c7)) GROUP BY `Programs`.`id` ORDER BY Programs.order ASC LIMIT 15 OFFSET 0',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Programs__id' => 'integer',
'Programs.id' => 'integer',
'id' => 'integer',
'Programs__title' => 'string',
'Programs.title' => 'string',
'title' => 'string',
'Programs__short_title' => 'string',
'Programs.short_title' => 'string',
'short_title' => 'string',
'Programs__duplicate' => 'boolean',
'Programs.duplicate' => 'boolean',
'duplicate' => 'boolean',
'Programs__description' => 'text',
'Programs.description' => 'text',
'description' => 'text',
'Programs__short_description' => 'text',
'Programs.short_description' => 'text',
'short_description' => 'text',
'Programs__min_price' => 'integer',
'Programs.min_price' => 'integer',
'min_price' => 'integer',
'Programs__order' => 'integer',
'Programs.order' => 'integer',
'order' => 'integer',
'Programs__is_special_offer' => 'boolean',
'Programs.is_special_offer' => 'boolean',
'is_special_offer' => 'boolean',
'Programs__is_visible' => 'boolean',
'Programs.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Programs__slug' => 'string',
'Programs.slug' => 'string',
'slug' => 'string',
'Programs__meta_title' => 'string',
'Programs.meta_title' => 'string',
'meta_title' => 'string',
'Programs__meta_keywords' => 'string',
'Programs.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Programs__meta_description' => 'text',
'Programs.meta_description' => 'text',
'meta_description' => 'text',
'Programs__inclusions' => 'text',
'Programs.inclusions' => 'text',
'inclusions' => 'text',
'Programs__exclusions' => 'text',
'Programs.exclusions' => 'text',
'exclusions' => 'text',
'Programs__duration' => 'string',
'Programs.duration' => 'string',
'duration' => 'string',
'Programs__sort_duration' => 'integer',
'Programs.sort_duration' => 'integer',
'sort_duration' => 'integer',
'Programs__trip_type' => 'string',
'Programs.trip_type' => 'string',
'trip_type' => 'string',
'Programs__runs' => 'string',
'Programs.runs' => 'string',
'runs' => 'string',
'Programs__start_from' => 'string',
'Programs.start_from' => 'string',
'start_from' => 'string',
'Programs__return_to' => 'string',
'Programs.return_to' => 'string',
'return_to' => 'string',
'Programs__pickup_time' => 'string',
'Programs.pickup_time' => 'string',
'pickup_time' => 'string',
'Programs__stars_rating' => 'integer',
'Programs.stars_rating' => 'integer',
'stars_rating' => 'integer',
'Programs__rating_type' => 'string',
'Programs.rating_type' => 'string',
'rating_type' => 'string',
'Programs__cruise_facilities' => 'text',
'Programs.cruise_facilities' => 'text',
'cruise_facilities' => 'text',
'Programs__cabin_facilities' => 'text',
'Programs.cabin_facilities' => 'text',
'cabin_facilities' => 'text',
'Programs__video_link' => 'string',
'Programs.video_link' => 'string',
'video_link' => 'string',
'Programs__image_url' => 'string',
'Programs.image_url' => 'string',
'image_url' => 'string',
'Programs__cruise_description' => 'text',
'Programs.cruise_description' => 'text',
'cruise_description' => 'text',
'Programs__deck_plan_url' => 'string',
'Programs.deck_plan_url' => 'string',
'deck_plan_url' => 'string',
'Programs__deck_plan_visible' => 'boolean',
'Programs.deck_plan_visible' => 'boolean',
'deck_plan_visible' => 'boolean',
'Programs__general_info' => 'text',
'Programs.general_info' => 'text',
'general_info' => 'text',
'Programs__general_info_visible' => 'boolean',
'Programs.general_info_visible' => 'boolean',
'general_info_visible' => 'boolean',
'Programs__general_info_type' => 'string',
'Programs.general_info_type' => 'string',
'general_info_type' => 'string',
'Programs__simple_itenerary' => 'text',
'Programs.simple_itenerary' => 'text',
'simple_itenerary' => 'text',
'Programs__reviews_link' => 'string',
'Programs.reviews_link' => 'string',
'reviews_link' => 'string',
'Programs__christmas_run_day' => 'string',
'Programs.christmas_run_day' => 'string',
'christmas_run_day' => 'string',
'Programs__christmas_run_month' => 'string',
'Programs.christmas_run_month' => 'string',
'christmas_run_month' => 'string',
'Programs__trans_vehicle' => 'string',
'Programs.trans_vehicle' => 'string',
'trans_vehicle' => 'string',
'Programs__accommodation' => 'text',
'Programs.accommodation' => 'text',
'accommodation' => 'text',
'Programs__accommodation_visible' => 'boolean',
'Programs.accommodation_visible' => 'boolean',
'accommodation_visible' => 'boolean',
'Programs__top_tours' => 'boolean',
'Programs.top_tours' => 'boolean',
'top_tours' => 'boolean',
'Programs__small_group' => 'string',
'Programs.small_group' => 'string',
'small_group' => 'string',
'Programs__order_index' => 'integer',
'Programs.order_index' => 'integer',
'order_index' => 'integer',
'Programs__root_category_id' => 'integer',
'Programs.root_category_id' => 'integer',
'root_category_id' => 'integer',
'Programs__program_type_id' => 'integer',
'Programs.program_type_id' => 'integer',
'program_type_id' => 'integer',
'Programs__site_id' => 'integer',
'Programs.site_id' => 'integer',
'site_id' => 'integer',
'Programs__sub_category_id' => 'integer',
'Programs.sub_category_id' => 'integer',
'sub_category_id' => 'integer',
'Programs__old_prog_id' => 'integer',
'Programs.old_prog_id' => 'integer',
'old_prog_id' => 'integer',
'Programs__old_tran_id' => 'integer',
'Programs.old_tran_id' => 'integer',
'old_tran_id' => 'integer',
'Programs__old_wiki_id' => 'integer',
'Programs.old_wiki_id' => 'integer',
'old_wiki_id' => 'integer',
'Programs__schedule' => 'string',
'Programs.schedule' => 'string',
'schedule' => 'string',
'Programs__holiday_check' => 'string',
'Programs.holiday_check' => 'string',
'holiday_check' => 'string',
'Programs__long_cruise' => 'boolean',
'Programs.long_cruise' => 'boolean',
'long_cruise' => 'boolean',
'Programs__options' => 'text',
'Programs.options' => 'text',
'options' => 'text',
'Programs__price_note' => 'text',
'Programs.price_note' => 'text',
'price_note' => 'text',
'Programs__discount_rate' => 'string',
'Programs.discount_rate' => 'string',
'discount_rate' => 'string',
'Programs__sitemap_priority' => 'decimal',
'Programs.sitemap_priority' => 'decimal',
'sitemap_priority' => 'decimal',
'Programs__modified' => 'date',
'Programs.modified' => 'date',
'modified' => 'date',
'Programs__sitemap_freq' => 'string',
'Programs.sitemap_freq' => 'string',
'sitemap_freq' => 'string',
'Programs__is_instant_booking' => 'boolean',
'Programs.is_instant_booking' => 'boolean',
'is_instant_booking' => 'boolean',
'Programs__views_count' => 'integer',
'Programs.views_count' => 'integer',
'views_count' => 'integer',
'Programs__detailed_views_count' => 'integer',
'Programs.detailed_views_count' => 'integer',
'detailed_views_count' => 'integer',
'Programs__booking_count' => 'integer',
'Programs.booking_count' => 'integer',
'booking_count' => 'integer',
'Programs__instant_booking_count' => 'integer',
'Programs.instant_booking_count' => 'integer',
'instant_booking_count' => 'integer',
'Programs__site_program_info_id' => 'integer',
'Programs.site_program_info_id' => 'integer',
'site_program_info_id' => 'integer',
'Programs__sys_token' => 'text',
'Programs.sys_token' => 'text',
'sys_token' => 'text',
'Programs__has_flight' => 'boolean',
'Programs.has_flight' => 'boolean',
'has_flight' => 'boolean',
'Programs__instant_hours' => 'string',
'Programs.instant_hours' => 'string',
'instant_hours' => 'string',
'Programs__sys_package_id' => 'string',
'Programs.sys_package_id' => 'string',
'sys_package_id' => 'string',
'Programs__is_dynamic' => 'boolean',
'Programs.is_dynamic' => 'boolean',
'is_dynamic' => 'boolean',
'Programs__room_left' => 'boolean',
'Programs.room_left' => 'boolean',
'room_left' => 'boolean',
'Programs__room_left_text' => 'string',
'Programs.room_left_text' => 'string',
'room_left_text' => 'string',
'Programs__is_adwords' => 'boolean',
'Programs.is_adwords' => 'boolean',
'is_adwords' => 'boolean',
'Programs__adwords_from' => 'integer',
'Programs.adwords_from' => 'integer',
'adwords_from' => 'integer',
'Programs__adwords_to' => 'integer',
'Programs.adwords_to' => 'integer',
'adwords_to' => 'integer',
'Programs__days_num' => 'integer',
'Programs.days_num' => 'integer',
'days_num' => 'integer',
'Programs__days_names' => 'string',
'Programs.days_names' => 'string',
'days_names' => 'string',
'Programs__is_black' => 'boolean',
'Programs.is_black' => 'boolean',
'is_black' => 'boolean',
'Programs__black_discount' => 'integer',
'Programs.black_discount' => 'integer',
'black_discount' => 'integer',
'Programs__black_title' => 'string',
'Programs.black_title' => 'string',
'black_title' => 'string',
'Programs__black_text' => 'string',
'Programs.black_text' => 'string',
'black_text' => 'string',
'Programs__is_multi_country' => 'boolean',
'Programs.is_multi_country' => 'boolean',
'is_multi_country' => 'boolean',
'Programs__multi_country_type' => 'string',
'Programs.multi_country_type' => 'string',
'multi_country_type' => 'string',
'Programs__location_code' => 'string',
'Programs.location_code' => 'string',
'location_code' => 'string',
'Programs__location_type' => 'integer',
'Programs.location_type' => 'integer',
'location_type' => 'integer',
'Programs__is_valentine' => 'boolean',
'Programs.is_valentine' => 'boolean',
'is_valentine' => 'boolean',
'Programs__valentine_discount' => 'integer',
'Programs.valentine_discount' => 'integer',
'valentine_discount' => 'integer',
'Programs__valentine_title' => 'string',
'Programs.valentine_title' => 'string',
'valentine_title' => 'string',
'Programs__valentine_text' => 'string',
'Programs.valentine_text' => 'string',
'valentine_text' => 'string',
'Programs__is_shore_excursion' => 'boolean',
'Programs.is_shore_excursion' => 'boolean',
'is_shore_excursion' => 'boolean',
'Programs__shore_excursion_city' => 'string',
'Programs.shore_excursion_city' => 'string',
'shore_excursion_city' => 'string',
'Programs__sold_out' => 'boolean',
'Programs.sold_out' => 'boolean',
'sold_out' => 'boolean',
'Programs__requests_mail' => 'string',
'Programs.requests_mail' => 'string',
'requests_mail' => 'string',
'Programs__afcon_title' => 'string',
'Programs.afcon_title' => 'string',
'afcon_title' => 'string',
'Programs__afcon_subtitle' => 'string',
'Programs.afcon_subtitle' => 'string',
'afcon_subtitle' => 'string',
'Programs__afcon_children_policy' => 'text',
'Programs.afcon_children_policy' => 'text',
'afcon_children_policy' => 'text',
'Programs__afcon_title_5' => 'string',
'Programs.afcon_title_5' => 'string',
'afcon_title_5' => 'string',
'Programs__afcon_description_5' => 'text',
'Programs.afcon_description_5' => 'text',
'afcon_description_5' => 'text',
'Programs__afcon_price_5' => 'string',
'Programs.afcon_price_5' => 'string',
'afcon_price_5' => 'string',
'Programs__afcon_title_4' => 'string',
'Programs.afcon_title_4' => 'string',
'afcon_title_4' => 'string',
'Programs__afcon_description_4' => 'text',
'Programs.afcon_description_4' => 'text',
'afcon_description_4' => 'text',
'Programs__afcon_price_4' => 'string',
'Programs.afcon_price_4' => 'string',
'afcon_price_4' => 'string',
'Programs__multi_country_order' => 'string',
'Programs.multi_country_order' => 'string',
'multi_country_order' => 'string',
'Programs__shore_excursion_type' => 'string',
'Programs.shore_excursion_type' => 'string',
'shore_excursion_type' => 'string',
'Programs__is_private_jet' => 'boolean',
'Programs.is_private_jet' => 'boolean',
'is_private_jet' => 'boolean',
'Programs__private_jet_max' => 'string',
'Programs.private_jet_max' => 'string',
'private_jet_max' => 'string',
'Programs__is_hilocals' => 'boolean',
'Programs.is_hilocals' => 'boolean',
'is_hilocals' => 'boolean',
'Programs__is_high_demand' => 'boolean',
'Programs.is_high_demand' => 'boolean',
'is_high_demand' => 'boolean',
'Programs__is_search' => 'boolean',
'Programs.is_search' => 'boolean',
'is_search' => 'boolean',
'Programs__search_order' => 'integer',
'Programs.search_order' => 'integer',
'search_order' => 'integer',
'Programs__hilocal_video' => 'string',
'Programs.hilocal_video' => 'string',
'hilocal_video' => 'string',
'Programs__hilocal_local' => 'text',
'Programs.hilocal_local' => 'text',
'hilocal_local' => 'text',
'Programs__is_easter' => 'boolean',
'Programs.is_easter' => 'boolean',
'is_easter' => 'boolean',
'Programs__easter_country' => 'string',
'Programs.easter_country' => 'string',
'easter_country' => 'string',
'Programs__easter_type' => 'string',
'Programs.easter_type' => 'string',
'easter_type' => 'string',
'Programs__easter_hotdeals' => 'boolean',
'Programs.easter_hotdeals' => 'boolean',
'easter_hotdeals' => 'boolean',
'Programs__medical_offer' => 'boolean',
'Programs.medical_offer' => 'boolean',
'medical_offer' => 'boolean',
'Programs__medical_discount' => 'string',
'Programs.medical_discount' => 'string',
'medical_discount' => 'string',
'Programs__affordable_tour' => 'boolean',
'Programs.affordable_tour' => 'boolean',
'affordable_tour' => 'boolean',
'Sites__id' => 'integer',
'Sites.id' => 'integer',
'Sites__title' => 'string',
'Sites.title' => 'string',
'Sites__menu_title' => 'string',
'Sites.menu_title' => 'string',
'menu_title' => 'string',
'Sites__subdomain' => 'string',
'Sites.subdomain' => 'string',
'subdomain' => 'string',
'Sites__meta_title' => 'string',
'Sites.meta_title' => 'string',
'Sites__meta_keywords' => 'string',
'Sites.meta_keywords' => 'string',
'Sites__meta_description' => 'string',
'Sites.meta_description' => 'string',
'Sites__language_id' => 'integer',
'Sites.language_id' => 'integer',
'language_id' => 'integer',
'Sites__currency_id' => 'integer',
'Sites.currency_id' => 'integer',
'currency_id' => 'integer',
'Sites__is_visible' => 'boolean',
'Sites.is_visible' => 'boolean',
'Sites__order' => 'integer',
'Sites.order' => 'integer',
'Sites__slider_title' => 'string',
'Sites.slider_title' => 'string',
'slider_title' => 'string',
'Sites__description' => 'text',
'Sites.description' => 'text',
'Sites__image_url' => 'string',
'Sites.image_url' => 'string',
'Sites__default_site' => 'integer',
'Sites.default_site' => 'integer',
'default_site' => 'integer',
'Sites__default_mail' => 'string',
'Sites.default_mail' => 'string',
'default_mail' => 'string',
'Sites__mail_subject' => 'text',
'Sites.mail_subject' => 'text',
'mail_subject' => 'text',
'Sites__contact_slug' => 'string',
'Sites.contact_slug' => 'string',
'contact_slug' => 'string',
'Sites__call_back_slug' => 'string',
'Sites.call_back_slug' => 'string',
'call_back_slug' => 'string',
'Sites__sitemap_priority' => 'decimal',
'Sites.sitemap_priority' => 'decimal',
'Sites__modified' => 'date',
'Sites.modified' => 'date',
'Sites__sitemap_freq' => 'string',
'Sites.sitemap_freq' => 'string',
'Sites__google_code_head' => 'text',
'Sites.google_code_head' => 'text',
'google_code_head' => 'text',
'Sites__google_code_body' => 'text',
'Sites.google_code_body' => 'text',
'google_code_body' => 'text',
'Sites__google_conversion_code' => 'text',
'Sites.google_conversion_code' => 'text',
'google_conversion_code' => 'text',
'Sites__is_shore' => 'boolean',
'Sites.is_shore' => 'boolean',
'is_shore' => 'boolean',
'Sites__is_landing_page' => 'boolean',
'Sites.is_landing_page' => 'boolean',
'is_landing_page' => 'boolean',
'Sites__landing_title' => 'string',
'Sites.landing_title' => 'string',
'landing_title' => 'string',
'Sites__landing_desc' => 'text',
'Sites.landing_desc' => 'text',
'landing_desc' => 'text',
'Sites__landing_title2' => 'string',
'Sites.landing_title2' => 'string',
'landing_title2' => 'string',
'Sites__landing_desc2' => 'text',
'Sites.landing_desc2' => 'text',
'landing_desc2' => 'text',
'Sites__photo_link' => 'string',
'Sites.photo_link' => 'string',
'photo_link' => 'string',
'Sites__photo_link2' => 'string',
'Sites.photo_link2' => 'string',
'photo_link2' => 'string',
'Sites__dest_mail' => 'string',
'Sites.dest_mail' => 'string',
'dest_mail' => 'string',
'SubCategories__id' => 'integer',
'SubCategories.id' => 'integer',
'SubCategories__title' => 'string',
'SubCategories.title' => 'string',
'SubCategories__short_title' => 'string',
'SubCategories.short_title' => 'string',
'SubCategories__is_visible' => 'boolean',
'SubCategories.is_visible' => 'boolean',
'SubCategories__order' => 'integer',
'SubCategories.order' => 'integer',
'SubCategories__slug' => 'string',
'SubCategories.slug' => 'string',
'SubCategories__meta_title' => 'string',
'SubCategories.meta_title' => 'string',
'SubCategories__meta_keywords' => 'string',
'SubCategories.meta_keywords' => 'string',
'SubCategories__meta_description' => 'text',
'SubCategories.meta_description' => 'text',
'SubCategories__image_url' => 'string',
'SubCategories.image_url' => 'string',
'SubCategories__short_description' => 'text',
'SubCategories.short_description' => 'text',
'SubCategories__description' => 'text',
'SubCategories.description' => 'text',
'SubCategories__is_special_offer' => 'boolean',
'SubCategories.is_special_offer' => 'boolean',
'SubCategories__is_accessible' => 'boolean',
'SubCategories.is_accessible' => 'boolean',
'is_accessible' => 'boolean',
'SubCategories__video_link' => 'string',
'SubCategories.video_link' => 'string',
'SubCategories__root_category_id' => 'integer',
'SubCategories.root_category_id' => 'integer',
'SubCategories__site_id' => 'integer',
'SubCategories.site_id' => 'integer',
'SubCategories__old_id' => 'integer',
'SubCategories.old_id' => 'integer',
'old_id' => 'integer',
'SubCategories__attraction' => 'boolean',
'SubCategories.attraction' => 'boolean',
'attraction' => 'boolean',
'SubCategories__program_type_id' => 'integer',
'SubCategories.program_type_id' => 'integer',
'SubCategories__show_on_menu' => 'boolean',
'SubCategories.show_on_menu' => 'boolean',
'show_on_menu' => 'boolean',
'SubCategories__icon_url' => 'string',
'SubCategories.icon_url' => 'string',
'icon_url' => 'string',
'SubCategories__sitemap_priority' => 'decimal',
'SubCategories.sitemap_priority' => 'decimal',
'SubCategories__modified' => 'date',
'SubCategories.modified' => 'date',
'SubCategories__sitemap_freq' => 'string',
'SubCategories.sitemap_freq' => 'string',
'SubCategories__show_ribbon' => 'boolean',
'SubCategories.show_ribbon' => 'boolean',
'show_ribbon' => 'boolean',
'RootCategories__id' => 'integer',
'RootCategories.id' => 'integer',
'RootCategories__title' => 'string',
'RootCategories.title' => 'string',
'RootCategories__short_title' => 'string',
'RootCategories.short_title' => 'string',
'RootCategories__order' => 'integer',
'RootCategories.order' => 'integer',
'RootCategories__slug' => 'string',
'RootCategories.slug' => 'string',
'RootCategories__meta_title' => 'string',
'RootCategories.meta_title' => 'string',
'RootCategories__meta_keywords' => 'string',
'RootCategories.meta_keywords' => 'string',
'RootCategories__meta_description' => 'text',
'RootCategories.meta_description' => 'text',
'RootCategories__image_url' => 'string',
'RootCategories.image_url' => 'string',
'RootCategories__icon_url' => 'string',
'RootCategories.icon_url' => 'string',
'RootCategories__is_visible' => 'boolean',
'RootCategories.is_visible' => 'boolean',
'RootCategories__show_main_menu' => 'boolean',
'RootCategories.show_main_menu' => 'boolean',
'show_main_menu' => 'boolean',
'RootCategories__show_sub_menu' => 'boolean',
'RootCategories.show_sub_menu' => 'boolean',
'show_sub_menu' => 'boolean',
'RootCategories__description' => 'text',
'RootCategories.description' => 'text',
'RootCategories__video_link' => 'string',
'RootCategories.video_link' => 'string',
'RootCategories__program_type_id' => 'integer',
'RootCategories.program_type_id' => 'integer',
'RootCategories__site_id' => 'integer',
'RootCategories.site_id' => 'integer',
'RootCategories__show_on_footer' => 'boolean',
'RootCategories.show_on_footer' => 'boolean',
'show_on_footer' => 'boolean',
'RootCategories__old_id' => 'integer',
'RootCategories.old_id' => 'integer',
'RootCategories__menu_root_category_id' => 'integer',
'RootCategories.menu_root_category_id' => 'integer',
'menu_root_category_id' => 'integer',
'RootCategories__show_on_home' => 'boolean',
'RootCategories.show_on_home' => 'boolean',
'show_on_home' => 'boolean',
'RootCategories__short_description' => 'text',
'RootCategories.short_description' => 'text',
'RootCategories__sitemap_priority' => 'decimal',
'RootCategories.sitemap_priority' => 'decimal',
'RootCategories__modified' => 'date',
'RootCategories.modified' => 'date',
'RootCategories__sitemap_freq' => 'string',
'RootCategories.sitemap_freq' => 'string',
'ProgramTypes__id' => 'integer',
'ProgramTypes.id' => 'integer',
'ProgramTypes__name' => 'string',
'ProgramTypes.name' => 'string',
'name' => 'string',
'ProgramTypes__view_name' => 'string',
'ProgramTypes.view_name' => 'string',
'view_name' => 'string',
'ProgramTypes__has_dummy_sub' => 'boolean',
'ProgramTypes.has_dummy_sub' => 'boolean',
'has_dummy_sub' => 'boolean',
'Facilities__id' => 'integer',
'Facilities.id' => 'integer',
'Facilities__Internet_Wifi' => 'boolean',
'Facilities.Internet_Wifi' => 'boolean',
'Internet_Wifi' => 'boolean',
'Facilities__Business_center' => 'boolean',
'Facilities.Business_center' => 'boolean',
'Business_center' => 'boolean',
'Facilities__Air_Conditioning' => 'boolean',
'Facilities.Air_Conditioning' => 'boolean',
'Air_Conditioning' => 'boolean',
'Facilities__Swimming_Pools' => 'boolean',
'Facilities.Swimming_Pools' => 'boolean',
'Swimming_Pools' => 'boolean',
'Facilities__Spa' => 'boolean',
'Facilities.Spa' => 'boolean',
'Spa' => 'boolean',
'Facilities__Fitness_center' => 'boolean',
'Facilities.Fitness_center' => 'boolean',
'Fitness_center' => 'boolean',
'Facilities__Beauty_salon' => 'boolean',
'Facilities.Beauty_salon' => 'boolean',
'Beauty_salon' => 'boolean',
'Facilities__Bar' => 'boolean',
'Facilities.Bar' => 'boolean',
'Bar' => 'boolean',
'Facilities__Restaurants' => 'boolean',
'Facilities.Restaurants' => 'boolean',
'Restaurants' => 'boolean',
'Facilities__Gift_shop' => 'boolean',
'Facilities.Gift_shop' => 'boolean',
'Gift_shop' => 'boolean',
'Facilities__Room_service' => 'boolean',
'Facilities.Room_service' => 'boolean',
'Room_service' => 'boolean',
'Facilities__Laundry_Services' => 'boolean',
'Facilities.Laundry_Services' => 'boolean',
'Laundry_Services' => 'boolean',
'Facilities__Parking' => 'boolean',
'Facilities.Parking' => 'boolean',
'Parking' => 'boolean',
'Facilities__Safety_Deposit_Boxes' => 'boolean',
'Facilities.Safety_Deposit_Boxes' => 'boolean',
'Safety_Deposit_Boxes' => 'boolean',
'Facilities__Telephone' => 'boolean',
'Facilities.Telephone' => 'boolean',
'Telephone' => 'boolean',
'Facilities__Medical_Services' => 'boolean',
'Facilities.Medical_Services' => 'boolean',
'Medical_Services' => 'boolean',
'Facilities__Elevators' => 'boolean',
'Facilities.Elevators' => 'boolean',
'Elevators' => 'boolean',
'Facilities__Library' => 'boolean',
'Facilities.Library' => 'boolean',
'Library' => 'boolean',
'Facilities__Car_hire' => 'boolean',
'Facilities.Car_hire' => 'boolean',
'Car_hire' => 'boolean',
'Facilities__program_id' => 'integer',
'Facilities.program_id' => 'integer',
'program_id' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'Sites' => [
[maximum depth reached]
],
'SubCategories' => [
[maximum depth reached]
],
'RootCategories' => [
[maximum depth reached]
],
'ProgramTypes' => [
[maximum depth reached]
],
'Facilities' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'scope' => null,
'sort' => null,
'whitelist' => [
[maximum depth reached]
]
],
'repository' => object(App\Model\Table\ProgramsTable) {}
}
$allPrograms = object(Cake\ORM\ResultSet) {
'items' => []
}
$reviews = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 2006,
'title' => 'Recomendo',
'is_visible' => true,
'clinte_name' => ' Perez Camelo',
'discription' => '<p>Tour bem completo, passando pelas principais atrações de Istambul com bastante conforto e organização.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 2005,
'title' => 'Passeio de balão super legal ',
'is_visible' => true,
'clinte_name' => 'Caroline Vianna',
'discription' => '<p>Passeio de balão na capadócia foi super divertido e queria agradecer ao guia nouran que estava com gente, ela foi amigável e muito prestativa</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 2003,
'title' => 'Viagem incrível',
'is_visible' => true,
'clinte_name' => 'Rafaela Edison',
'discription' => '<p>Atendimento maravilhoso de todos, desde o recebimento no aeroporto de Istambul até o retorno ao Brasil.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 2004,
'title' => 'Maravilha da Natureza',
'is_visible' => true,
'clinte_name' => 'Maria De Fusco ',
'discription' => '<p>Honestamente a melhor agência de viagem para Turquia, equipe é muito cuidadosa e honesta em todos os níveis.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 4 => object(Cake\ORM\Entity) {
'id' => (int) 2375,
'title' => 'Melhor viagem na Turquia ',
'is_visible' => true,
'clinte_name' => 'Mariana Lopez',
'discription' => '<p> A agência foi amigável, flexível e muito profissional.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 5 => object(Cake\ORM\Entity) {
'id' => (int) 2135,
'title' => 'A equipe foi bastante.',
'is_visible' => true,
'clinte_name' => 'Lucas Cesar',
'discription' => '<p>O tour para Istambul, Troya e Ilha cunda é imperdível para quem vem à Turquia. </p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 6 => object(Cake\ORM\Entity) {
'id' => (int) 2010,
'title' => 'Tudo muito bom!',
'is_visible' => true,
'clinte_name' => ' Bruno Henrique',
'discription' => '<p>Foi uma experiência interessante e super valiosa, mais do que eu esperava.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 7 => object(Cake\ORM\Entity) {
'id' => (int) 1638,
'title' => 'Viagem fabulosa',
'is_visible' => true,
'clinte_name' => 'Roberto Danial',
'discription' => '<p>Tratamento de alta qualidade com respeito e profissionalismo nossa viagem na Turquia foi encantadora, eu gostei demais.<br />
</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 8 => object(Cake\ORM\Entity) {
'id' => (int) 3571,
'title' => 'Super legal ',
'is_visible' => true,
'clinte_name' => 'Mariana Fabian',
'discription' => '<p>Os guias foram muito bons. Sempre que precisei de informações, meu guia foi prestativo.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 9 => object(Cake\ORM\Entity) {
'id' => (int) 1365,
'title' => 'Viagem incrível a Turquia',
'is_visible' => true,
'clinte_name' => 'Maria José',
'discription' => '<p>Uma das viagens mais esperadas pela família, passamos pouco mais de um ano no planejamento e decisões, mas a Memphis Tours ajudou em todo o processo. A viagem foi incrível, visitamos as principais atrações da Turquia e ainda tivemos a chance de provar a culinária local. Recomendamos a Memphis Tours e com certeza viajaremos outros destinos com essa agência.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 10 => object(Cake\ORM\Entity) {
'id' => (int) 1366,
'title' => 'Capadócia espetacular!',
'is_visible' => true,
'clinte_name' => 'Eduardo Silva',
'discription' => '<p>Foi minha segunda viagem a Turquia mas foi a primeira vez que pude visitar outras cidades, incluindo a Capadócia. Que experiência inesquecível! Capadócia é um dos lugares mais fascinantes e eu agradeço a Memphis Tours por tornar esse sonho possível. </p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 11 => object(Cake\ORM\Entity) {
'id' => (int) 2007,
'title' => 'Ótimo experiência na Turquia',
'is_visible' => true,
'clinte_name' => 'Renatta Almeida',
'discription' => '<p>Nossa viagem na Turquia foi tranquila e segura. A agência organizou o programa profissionalmente. Adorei viajar com eles. <br />
</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 12 => object(Cake\ORM\Entity) {
'id' => (int) 2354,
'title' => 'Super legal ',
'is_visible' => true,
'clinte_name' => 'Maria Alice ',
'discription' => '<p>A equipe é excelente, do primeiro contato pelo site ou WhatsApp até o fim da sua viagem.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 13 => object(Cake\ORM\Entity) {
'id' => (int) 1686,
'title' => 'Melhor serviço',
'is_visible' => true,
'clinte_name' => 'Fernanda Jose ',
'discription' => '<p>A viagem para a Turquia foi muito bem organizada e o ônibus foi confortável para se deslocar entre Istambul e Capadócia.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 14 => object(Cake\ORM\Entity) {
'id' => (int) 1569,
'title' => 'Viagem à Turquia',
'is_visible' => true,
'clinte_name' => 'Dani Andrade ',
'discription' => '<p>Foi minha primeira experiência em viajar sozinha e escolhi viajar para a Turquia, então procurei sobre muitos programas e muitas agências, a Memphis foi a melhor que encontrei, a equipe foi muito amigável e cooperativa, o programa foi maravilhoso.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 15 => object(Cake\ORM\Entity) {
'id' => (int) 1435,
'title' => 'Gostei Turquia demais!!',
'is_visible' => true,
'clinte_name' => 'Vitoria Conde ',
'discription' => '<p>Reservei um passeio de Balão na capodocia, foi muito especial e diferente. Memphis Tours organizou o passeio maravilhosamente.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 16 => object(Cake\ORM\Entity) {
'id' => (int) 2134,
'title' => 'Excelente.',
'is_visible' => true,
'clinte_name' => 'Douglas Renado ',
'discription' => '<p>A verdade vale mais que ouro! Excelente. Foi uma viagem inesquecível na Turquia.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 17 => object(Cake\ORM\Entity) {
'id' => (int) 3572,
'title' => 'Nossa viagem com Memphis Tours ',
'is_visible' => true,
'clinte_name' => 'Sabrina Rafael',
'discription' => '<p>Nossa viagem com a Memphis Tours foi muito interessante, adorei muito<br />
</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 18 => object(Cake\ORM\Entity) {
'id' => (int) 2011,
'title' => 'Nossa viagem foi fantástica',
'is_visible' => true,
'clinte_name' => 'Paulo Henrique',
'discription' => '<p>A equipe foi muita respeitosa e foi a razão de uma memória inesquecível na Turquia.<br />
</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 19 => object(Cake\ORM\Entity) {
'id' => (int) 2353,
'title' => 'Super recomendamos Turquia com Memphis Tours ',
'is_visible' => true,
'clinte_name' => 'RICARDO LUIZ',
'discription' => '<p>A Memphis foi maravilhosa do inicio ao fim.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 20 => object(Cake\ORM\Entity) {
'id' => (int) 2013,
'title' => 'Ótimo ',
'is_visible' => true,
'clinte_name' => 'Rosana Pedro',
'discription' => '<p>Memphis Tours é a companhia super excelente e segura, Guia turística excelente. Obrigada por tudo!!</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 21 => object(Cake\ORM\Entity) {
'id' => (int) 2258,
'title' => 'balão na Capadócia',
'is_visible' => true,
'clinte_name' => 'Lara Diago ',
'discription' => '<p>Memphis Tours organizou todo o programa na Turquia, eu adorei o passeio de balão na Capadócia, foi super legal. </p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 22 => object(Cake\ORM\Entity) {
'id' => (int) 1641,
'title' => 'A melhor experiência',
'is_visible' => true,
'clinte_name' => 'Jusy Fabio ',
'discription' => '<p>A agência é muita respeitosa, agradecimentos especiais para guia Omar que estava com nós na Capadócia, ele foi muito fofinho e amigáveis.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 23 => object(Cake\ORM\Entity) {
'id' => (int) 2014,
'title' => 'Excelente ',
'is_visible' => true,
'clinte_name' => 'Carlos Alberto ',
'discription' => '<p>Ótima guia, bastante conhecimento e simpática.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 24 => object(Cake\ORM\Entity) {
'id' => (int) 2356,
'title' => 'Sensacional',
'is_visible' => true,
'clinte_name' => 'Sousana Gonzales',
'discription' => '<p>Tudo bem organizado e no horário.<br />
Recomendo aos brasileiros pois os guias falam português perfeitamente.</p>
<p><br />
</p>
<p> </p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 25 => object(Cake\ORM\Entity) {
'id' => (int) 2352,
'title' => 'A viagem foi bom',
'is_visible' => true,
'clinte_name' => 'Lilian Siqueira',
'discription' => '<p>Fiz um pacote para Turquia com a Memphis e foi ótimo.<br />
Os guias são ótimos e atenciosos.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 26 => object(Cake\ORM\Entity) {
'id' => (int) 1687,
'title' => 'A viagem para a Turquia foi muito bem ',
'is_visible' => true,
'clinte_name' => 'Douglas Victor',
'discription' => '<p>Memphis é minha agência favorita, sempre uso nas minhas viagens. Eles são muito respeitosos e honestos.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 27 => object(Cake\ORM\Entity) {
'id' => (int) 2257,
'title' => 'Obrigado Alaa ',
'is_visible' => true,
'clinte_name' => 'Davidson Faran',
'discription' => '<p>Eu gostaria de agradecer o guia Alaa que estava com gente na Turquia, ele foi muito profissional e fala português perfeitamente</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 28 => object(Cake\ORM\Entity) {
'id' => (int) 2136,
'title' => 'Altamente recomendo',
'is_visible' => true,
'clinte_name' => 'Gabriel Vieira ',
'discription' => '<p>Gostei da organização, empenho e disponibilidade de toda a equipe.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 29 => object(Cake\ORM\Entity) {
'id' => (int) 1640,
'title' => 'Melhor viagem na Turquia ',
'is_visible' => true,
'clinte_name' => 'Oliveira pedro ',
'discription' => '<p>Não é a minha primeira vez com Memphis mas minha viagem para Turquia, foi muito interessante e o programa foi maravilhoso e o mais importante o controle de qualidade é sempre de alto nível.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 30 => object(Cake\ORM\Entity) {
'id' => (int) 3570,
'title' => 'Perfeito ',
'is_visible' => true,
'clinte_name' => 'Raquel Cloudio',
'discription' => '<p>Foi tudo perfeito e os serviços da agência foram excelentes.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 31 => object(Cake\ORM\Entity) {
'id' => (int) 1683,
'title' => 'Nossa viagem na Turquia ',
'is_visible' => true,
'clinte_name' => 'Jucelia Luciano',
'discription' => '<p>Muito honesto, altamente recomendado.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 32 => object(Cake\ORM\Entity) {
'id' => (int) 2008,
'title' => 'O melhor viagem de uma vida!',
'is_visible' => true,
'clinte_name' => ' Ricardo Busato',
'discription' => '<p>Eu passei minha viagem na Turquia com Mempis Tours foi encantadora, eu gostei demais<br />
</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 33 => object(Cake\ORM\Entity) {
'id' => (int) 3569,
'title' => 'Recomendo',
'is_visible' => true,
'clinte_name' => 'Lucas Veira',
'discription' => '<p>Muito bom mesmo, iremos recomendar seus serviços aos nossos amigos Brasileiros</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 34 => object(Cake\ORM\Entity) {
'id' => (int) 1450,
'title' => 'Férias felizes',
'is_visible' => true,
'clinte_name' => 'Isabella Merlo ',
'discription' => '<p>Nossa experiência com a Memphis Tours na Turquia foi ótima, e todas as pessoas que encontrei foram muito gentis e respeitosas</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 35 => object(Cake\ORM\Entity) {
'id' => (int) 2351,
'title' => 'Tudo beleza ',
'is_visible' => true,
'clinte_name' => 'Alberto Rosado',
'discription' => '<p>A viagem foi bom e tudo foi beleza, mas a clima foi frio, então eu não pude aproveitar todas as atividades</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 36 => object(Cake\ORM\Entity) {
'id' => (int) 2278,
'title' => ' Recomendo ',
'is_visible' => true,
'clinte_name' => 'Carla Rodeigar ',
'discription' => '<p> A experiência foi muito boa. Tudo ocorreu como planejado.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 37 => object(Cake\ORM\Entity) {
'id' => (int) 2137,
'title' => 'Realmente foi uma experiência única',
'is_visible' => true,
'clinte_name' => 'Ricardo Marrece',
'discription' => '<p>Foram 6 dias maravilhosos na Turquia , uma viagem intensa e diversa. Com o suporte de toda a equipe da Memphis tudo saiu conforme o planejado.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 38 => object(Cake\ORM\Entity) {
'id' => (int) 2357,
'title' => 'Minha viagem na Turquia ',
'is_visible' => true,
'clinte_name' => 'Andressa Pedro',
'discription' => '<p>Guias amigáveis e com muito conhecimento da Turquia.<br />
Empresa simplesmente fantástica. Atenção super especial em cada detalhe da viagem. Desde a recepção no aeroporto na chegada até a partida.<br />
Os guias foram fantásticos.<br />
</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 39 => object(Cake\ORM\Entity) {
'id' => (int) 2138,
'title' => 'Agradeço muito por guias',
'is_visible' => true,
'clinte_name' => 'Rafael Da Silva',
'discription' => '<p> Guias são amigáveis, simpáticos e com muito conhecimento sobre a Turquia</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 40 => object(Cake\ORM\Entity) {
'id' => (int) 1628,
'title' => 'Turquia Perfeita!',
'is_visible' => true,
'clinte_name' => 'Leonardo Sousa ',
'discription' => '<p>Tudo beleza, aproveitei demais na Turquia e obrigado pelo guia Ali, ele foi super tranquilo e gentil.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 41 => object(Cake\ORM\Entity) {
'id' => (int) 1626,
'title' => 'Balão na Capadócia',
'is_visible' => true,
'clinte_name' => 'Antonia Roberto ',
'discription' => '<p>Experiência de balão na Capadócia foi muito legal. Eu aproveitei demais obrigado Memphis Tours.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 42 => object(Cake\ORM\Entity) {
'id' => (int) 1639,
'title' => 'Cruzeiro pelo Bósforo',
'is_visible' => true,
'clinte_name' => 'João Roberto ',
'discription' => '<p>A agência é muito profissional e organizada</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 43 => object(Cake\ORM\Entity) {
'id' => (int) 1624,
'title' => 'Melhor viagem na Turquia',
'is_visible' => true,
'clinte_name' => 'Gabi Santos',
'discription' => '<p>Queria agradecer Memphis Tours pela minha viagem na Turquia foi super legal, mas, infelizmente eu não gostei de comida turca</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 44 => object(Cake\ORM\Entity) {
'id' => (int) 1685,
'title' => 'Obrigado Memphis Tours ',
'is_visible' => true,
'clinte_name' => 'Maria Isabelly ',
'discription' => '<p>Excelente e perfeita gestão.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 45 => object(Cake\ORM\Entity) {
'id' => (int) 1571,
'title' => 'Fiquei muito feliz com Memphis Tours ',
'is_visible' => true,
'clinte_name' => 'Pollyana Silva ',
'discription' => '<p>Altamente recomendado.<br />
guia que estava com gente na Istambul foi simpático, honesto e muito fofo. Experimentei o balão na Capadócia, e adorei muito. Foi uma experiência inesquecível.<br />
</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 46 => object(Cake\ORM\Entity) {
'id' => (int) 1623,
'title' => 'Viagem encantadora',
'is_visible' => true,
'clinte_name' => 'Lena Luciano ',
'discription' => '<p>Nossa viagem na Turquia foi muito organizada. Quero agradecer ao guia Omar, ele foi muito respeitoso e paciente.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 47 => object(Cake\ORM\Entity) {
'id' => (int) 2277,
'title' => 'serviço super legal.',
'is_visible' => true,
'clinte_name' => 'Evan Raiola ',
'discription' => '<p>A experiência com Memphis Tours foi maravilhosa. O guia foi muito prestativo, fez ajustes em nosso roteiro. Obrigado por tornar nossa viagem maravilhosa</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 48 => object(Cake\ORM\Entity) {
'id' => (int) 1688,
'title' => 'Tudo beleza ',
'is_visible' => true,
'clinte_name' => 'Lucas Lima ',
'discription' => '<p>Bom serviço a bom preço</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 49 => object(Cake\ORM\Entity) {
'id' => (int) 1619,
'title' => 'Viagem perfeita',
'is_visible' => true,
'clinte_name' => 'Helena Edwardo ',
'discription' => '<p>Memphis Tours, sem dúvida, é a melhor agência de viagens, é muito respeitável e bem organizada.<br />
</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 50 => object(Cake\ORM\Entity) {
'id' => (int) 1684,
'title' => 'Nossa experiência',
'is_visible' => true,
'clinte_name' => 'Lucas Viana ',
'discription' => '<p> Muito amigáveis, rápidos e confiáveis.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 51 => object(Cake\ORM\Entity) {
'id' => (int) 1572,
'title' => 'Serviço excelente',
'is_visible' => true,
'clinte_name' => 'Marcia Tomaz',
'discription' => '<p>Melhor agência com a qual pode viajar. Credibilidade em tudo. Os melhores hotéis, programas turísticos e ônibus foram realmente muito confortáveis. Obrigado Memphis Tours. </p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 52 => object(Cake\ORM\Entity) {
'id' => (int) 2355,
'title' => 'Altamente recomendado ',
'is_visible' => true,
'clinte_name' => 'Roberto Gabril ',
'discription' => '<p>Nossa experiência foi super legal com a agência, desde o primeiro contato até o tour.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 53 => object(Cake\ORM\Entity) {
'id' => (int) 1689,
'title' => 'A agência é muita respeitosa',
'is_visible' => true,
'clinte_name' => 'Marcos Paulo ',
'discription' => '<p>Boa equipe....boa sorte</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 54 => object(Cake\ORM\Entity) {
'id' => (int) 3568,
'title' => 'Super bastante ',
'is_visible' => true,
'clinte_name' => 'Thiego Pedres',
'discription' => '<p>Excepcional. Estamos muito satisfeitos</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 55 => object(Cake\ORM\Entity) {
'id' => (int) 2358,
'title' => 'Tudo beleza!!',
'is_visible' => true,
'clinte_name' => 'Silvana ',
'discription' => '<p>Excelente agência! Tudo foi perfeito, desde a chegada no aeroporto, os tours, os restaurantes o transporte de qualidade e a educação de todos.<br />
</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 56 => object(Cake\ORM\Entity) {
'id' => (int) 2372,
'title' => 'Nossa viagem foi fantástica',
'is_visible' => true,
'clinte_name' => 'Ricardo Veira ',
'discription' => '<p>Passei minha lua de mel na Capadócia e Istambul. O país foi encantador, maravilhoso e tranquilo, muito adequado para a lua de mel</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 57 => object(Cake\ORM\Entity) {
'id' => (int) 1642,
'title' => 'Gostei Turquia ',
'is_visible' => true,
'clinte_name' => 'Isabella Martinez',
'discription' => '<p>tudo foi beleza na Turquia, obrigado.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 58 => object(Cake\ORM\Entity) {
'id' => (int) 1629,
'title' => 'Natal na Istambul ',
'is_visible' => true,
'clinte_name' => 'Emila Silva',
'discription' => '<p>Eu viajei para Turquia com Memphis Tours na Natal, minha viagem foi muito bom e organizada. A atmosfera na Istambul foi super legal.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
},
(int) 59 => object(Cake\ORM\Entity) {
'id' => (int) 1625,
'title' => 'Agência organizada',
'is_visible' => true,
'clinte_name' => 'Fabio Marqenos',
'discription' => '<p>Não quero dizer nada mas tudo na viagem na Turquia foi muito legal.</p>
',
'link' => '',
'date' => object(Cake\I18n\FrozenDate) {},
'site_id' => (int) 43,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Reviews'
}
]
$reviews_counts = [
(int) 5 => [
(int) 0 => (int) 0,
(int) 1 => (int) 1,
(int) 2 => (int) 2,
(int) 3 => (int) 3,
(int) 4 => (int) 4,
(int) 5 => (int) 5,
(int) 6 => (int) 7,
(int) 7 => (int) 8,
(int) 8 => (int) 9,
(int) 9 => (int) 10,
(int) 10 => (int) 11,
(int) 11 => (int) 12,
(int) 12 => (int) 13,
(int) 13 => (int) 14,
(int) 14 => (int) 15,
(int) 15 => (int) 16,
(int) 16 => (int) 18,
(int) 17 => (int) 19,
(int) 18 => (int) 20,
(int) 19 => (int) 21,
(int) 20 => (int) 22,
(int) 21 => (int) 23,
(int) 22 => (int) 24,
(int) 23 => (int) 25,
(int) 24 => (int) 26,
(int) 25 => (int) 27,
(int) 26 => (int) 28,
(int) 27 => (int) 29,
(int) 28 => (int) 30,
(int) 29 => (int) 31,
(int) 30 => (int) 32,
(int) 31 => (int) 33,
(int) 32 => (int) 34,
(int) 33 => (int) 36,
(int) 34 => (int) 37,
(int) 35 => (int) 38,
(int) 36 => (int) 39,
(int) 37 => (int) 40,
(int) 38 => (int) 41,
(int) 39 => (int) 42,
(int) 40 => (int) 44,
(int) 41 => (int) 46,
(int) 42 => (int) 47,
(int) 43 => (int) 49,
(int) 44 => (int) 50,
(int) 45 => (int) 51,
(int) 46 => (int) 52,
(int) 47 => (int) 54,
(int) 48 => (int) 55,
(int) 49 => (int) 56,
(int) 50 => (int) 57,
(int) 51 => (int) 58,
(int) 52 => (int) 59
],
(int) 4 => [
(int) 0 => (int) 6,
(int) 1 => (int) 17,
(int) 2 => (int) 35,
(int) 3 => (int) 43,
(int) 4 => (int) 45,
(int) 5 => (int) 48,
(int) 6 => (int) 53
],
'total_reviews' => (int) 60,
'5Stars' => (int) 53,
'4Stars' => (int) 7,
'3Stars' => (int) 0,
'2Stars' => (int) 0,
'1Stars' => (int) 0,
'total_stars' => (int) 293,
'total_avg' => (float) 4.88
]
app\Controller\RootCategoriesController::view_slug() - APP/Controller/RootCategoriesController.php, line 212
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
AssetCompress\Middleware\AssetCompressMiddleware::__invoke() - ROOT/plugins/AssetCompress/src/Middleware/AssetCompressMiddleware.php, line 57
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 40
Warning (512): Unable to emit headers. Headers sent in file=/home/memphisb/live/vendor/cakephp/cakephp/src/Error/Debugger.php line=856 [CORE/src/Http/ResponseEmitter.php, line 54]Code Context if (Configure::read('debug')) {
trigger_error($message, E_USER_WARNING);
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 301,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Location' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$maxBufferLength = (int) 8192
$file = '/home/memphisb/live/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 856
$message = 'Unable to emit headers. Headers sent in file=/home/memphisb/live/vendor/cakephp/cakephp/src/Error/Debugger.php line=856'
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 54
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/memphisb/live/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 155]Code Context $response->getStatusCode(),
($reasonPhrase ? ' ' . $reasonPhrase : '')
));
$response = object(Cake\Http\Response) {
'status' => (int) 301,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Location' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$reasonPhrase = 'Moved Permanently'
header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 155
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 60
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/memphisb/live/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 184]Code Context foreach ($values as $value) {
header(sprintf(
'%s: %s',
$response = object(Cake\Http\Response) {
'status' => (int) 301,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Location' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$cookies = [
'Blog' => [
'name' => 'Blog',
'value' => 'Q2FrZQ==.ZmQxOWJhNWY3NjMzNTk5YjY5OTAzOGQwZDc3NjZkNWFhOTk5ZWMyYjU4MTU4MmNmOGZkZjVmMGE0YTk0NjNjZu4GQ8CRA+ku+FvjbvigYoTXNraz77BtsY6Py/UAmjS+',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => false,
'expire' => '1750139158'
]
]
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8'
header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 184
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 61
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/memphisb/live/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 184]Code Context foreach ($values as $value) {
header(sprintf(
'%s: %s',
$response = object(Cake\Http\Response) {
'status' => (int) 301,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Location' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$cookies = [
'Blog' => [
'name' => 'Blog',
'value' => 'Q2FrZQ==.ZmQxOWJhNWY3NjMzNTk5YjY5OTAzOGQwZDc3NjZkNWFhOTk5ZWMyYjU4MTU4MmNmOGZkZjVmMGE0YTk0NjNjZu4GQ8CRA+ku+FvjbvigYoTXNraz77BtsY6Py/UAmjS+',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => false,
'expire' => '1750139158'
]
]
$values = [
(int) 0 => 'https://betabr.memphistours.com/Turquia'
]
$name = 'Location'
$first = true
$value = 'https://betabr.memphistours.com/Turquia'
header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 184
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 61
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/memphisb/live/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 213]Code Context $cookie['secure'],
$cookie['httpOnly']
);
$cookies = [
'Blog' => [
'name' => 'Blog',
'value' => 'Q2FrZQ==.ZmQxOWJhNWY3NjMzNTk5YjY5OTAzOGQwZDc3NjZkNWFhOTk5ZWMyYjU4MTU4MmNmOGZkZjVmMGE0YTk0NjNjZu4GQ8CRA+ku+FvjbvigYoTXNraz77BtsY6Py/UAmjS+',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => false,
'expire' => '1750139158'
]
]
$cookie = [
'name' => 'Blog',
'value' => 'Q2FrZQ==.ZmQxOWJhNWY3NjMzNTk5YjY5OTAzOGQwZDc3NjZkNWFhOTk5ZWMyYjU4MTU4MmNmOGZkZjVmMGE0YTk0NjNjZu4GQ8CRA+ku+FvjbvigYoTXNraz77BtsY6Py/UAmjS+',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => false,
'expire' => '1750139158'
]
setcookie - [internal], line ??
Cake\Http\ResponseEmitter::emitCookies() - CORE/src/Http/ResponseEmitter.php, line 213
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 193
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 61
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40