Cake\ORM\Query Object ( [(help)] => This is a Query object, to get the results execute or iterate it. [sql] => SELECT Category.section_id AS `Category__section_id`, Category.title AS `Category__title`, Category.controller AS `Category__controller`, Category.level AS `Category__level`, Category.slug AS `Category__slug`, Category.action AS `Category__action`, Category.id AS `Category__id` FROM category Category WHERE (Category.status = :c0 AND Category.parent_id = :c1) ORDER BY Category.sort_order asc [params] => Array ( [:c0] => Array ( [value] => Active [type] => string [placeholder] => c0 ) [:c1] => Array ( [value] => 0 [type] => biginteger [placeholder] => c1 ) ) [defaultTypes] => Array ( [Category__id] => biginteger [Category.id] => biginteger [id] => biginteger [Category__parent_id] => biginteger [Category.parent_id] => biginteger [parent_id] => biginteger [Category__title] => string [Category.title] => string [title] => string [Category__description] => text [Category.description] => text [description] => text [Category__meta_title] => text [Category.meta_title] => text [meta_title] => text [Category__meta_keyword] => text [Category.meta_keyword] => text [meta_keyword] => text [Category__meta_description] => text [Category.meta_description] => text [meta_description] => text [Category__level] => integer [Category.level] => integer [level] => integer [Category__image] => string [Category.image] => string [image] => string [Category__background_image] => string [Category.background_image] => string [background_image] => string [Category__sort_order] => integer [Category.sort_order] => integer [sort_order] => integer [Category__display_home] => string [Category.display_home] => string [display_home] => string [Category__status] => string [Category.status] => string [status] => string [Category__section_id] => string [Category.section_id] => string [section_id] => string [Category__controller] => string [Category.controller] => string [controller] => string [Category__action] => string [Category.action] => string [action] => string [Category__slug] => string [Category.slug] => string [slug] => string [Category__created] => datetime [Category.created] => datetime [created] => datetime [Category__updated] => datetime [Category.updated] => datetime [updated] => datetime ) [decorators] => 0 [executed] => [hydrate] => 1 [buffered] => 1 [formatters] => 0 [mapReducers] => 0 [contain] => Array ( ) [matching] => Array ( ) [extraOptions] => Array ( ) [repository] => Cake\ORM\Table Object ( [registryAlias] => Category [table] => category [alias] => Category [entityClass] => Cake\ORM\Entity [associations] => Array ( ) [behaviors] => Array ( ) [defaultConnection] => default [connectionName] => default ) )Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/CommonHelper.php, line 454]Code Contextecho"<pre>"; print_r($parents);
if(count($parents)>0){
$p=1;
$cat_id = '' $currentAction = 'index' $currentController = 'Home' $menu = '' $destinationFooter = '' $ExpFooter = '' $HomeLeftNavBar = '' $parents = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Category.section_id AS `Category__section_id`, Category.title AS `Category__title`, Category.controller AS `Category__controller`, Category.level AS `Category__level`, Category.slug AS `Category__slug`, Category.action AS `Category__action`, Category.id AS `Category__id` FROM category Category WHERE (Category.status = :c0 AND Category.parent_id = :c1) ORDER BY Category.sort_order asc', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Category__id' => 'biginteger', 'Category.id' => 'biginteger', 'id' => 'biginteger', 'Category__parent_id' => 'biginteger', 'Category.parent_id' => 'biginteger', 'parent_id' => 'biginteger', 'Category__title' => 'string', 'Category.title' => 'string', 'title' => 'string', 'Category__description' => 'text', 'Category.description' => 'text', 'description' => 'text', 'Category__meta_title' => 'text', 'Category.meta_title' => 'text', 'meta_title' => 'text', 'Category__meta_keyword' => 'text', 'Category.meta_keyword' => 'text', 'meta_keyword' => 'text', 'Category__meta_description' => 'text', 'Category.meta_description' => 'text', 'meta_description' => 'text', 'Category__level' => 'integer', 'Category.level' => 'integer', 'level' => 'integer', 'Category__image' => 'string', 'Category.image' => 'string', 'image' => 'string', 'Category__background_image' => 'string', 'Category.background_image' => 'string', 'background_image' => 'string', 'Category__sort_order' => 'integer', 'Category.sort_order' => 'integer', 'sort_order' => 'integer', 'Category__display_home' => 'string', 'Category.display_home' => 'string', 'display_home' => 'string', 'Category__status' => 'string', 'Category.status' => 'string', 'status' => 'string', 'Category__section_id' => 'string', 'Category.section_id' => 'string', 'section_id' => 'string', 'Category__controller' => 'string', 'Category.controller' => 'string', 'controller' => 'string', 'Category__action' => 'string', 'Category.action' => 'string', 'action' => 'string', 'Category__slug' => 'string', 'Category.slug' => 'string', 'slug' => 'string', 'Category__created' => 'datetime', 'Category.created' => 'datetime', 'created' => 'datetime', 'Category__updated' => 'datetime', 'Category.updated' => 'datetime', 'updated' => 'datetime' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(Cake\ORM\Table) {} }count - [internal], line ?? App\View\Helper\CommonHelper::getMenu() - APP/View/Helper/CommonHelper.php, line 454 include - APP/Template/Layout/default.ctp, line 147 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 939 Cake\View\View::render() - CORE/src/View/View.php, line 897 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 66 [main] - ROOT/webroot/index.php, line 47![]()
![]()
- Experiences
- Luxury
- Experiential FIT
- Heritage & Culture
- Special Interest
- Incredible Walks
- Adventure
- Guaranteed departures
- Our Company
- Destinations
- MICE
- Testimonials
- Work with us
- Contact Us
Warning (2): count(): Parameter must be an array or an object that implements Countable [APP/Template/Home/index.ctp, line 57]Code Context
<?php if(isset($banners) && count($banners)>0) { ?>
<div class="parallax-container bw_home" id="section1" data-anchor="bw_home" >
$viewFile = '/var/www/html/live/bestway/src/Template/Home/index.ctp' $dataForView = [ 'bodyId' => 'HomePage', 'testimonials' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Testimonial.id AS `Testimonial__id`, Testimonial.name AS `Testimonial__name`, Testimonial.long_desc AS `Testimonial__long_desc` FROM testimonial Testimonial WHERE Testimonial.status = :c0 ORDER BY Testimonial.sequence ASC', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(Testimonials\Model\Table\TestimonialTable) {} }, 'banners' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Banner.id AS `Banner__id`, Banner.title AS `Banner__title`, Banner.image AS `Banner__image`, Banner.long_desc AS `Banner__long_desc` FROM banner Banner WHERE Banner.status = :c0 ORDER BY Banner.sequence ASC', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(Banners\Model\Table\BannerTable) {} }, 'subcategorys' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Category.id AS `Category__id`, Category.parent_id AS `Category__parent_id`, Category.description AS `Category__description`, Category.title AS `Category__title`, Category.image AS `Category__image`, Category.section_id AS `Category__section_id` FROM category Category WHERE ((Category.level=0 AND Category.display_home="Active") AND Category.status = :c0) ORDER BY Category.sort_order ASC', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(Categorys\Model\Table\CategoryTable) {} }, 'sectionIdStrings' => ''bw_home','bw_experiences','bw_ourCompany','bw_destinations','bw_mice','bw_testimonial','bw_affilations'', 'googleCode' => object(Cake\ORM\Entity) { 'description' => '<script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-101880215-1', 'auto'); ga('send', 'pageview'); </script> ', '[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]' => 'SiteSetting' }, 'default_meta' => [ 'meta_title' => 'Tour Operator in India,Tour Operators in India,Indian Tour Operator,India Tour Operator India.', 'meta_keyword' => 'tour operator in india, tour operators in india, indian tour operator, india tour operator india, indian tour operator, tour operators india, india tour operators, india travel agent, travel agents in india, indian travel agent, india tour packages, package tours in india, tour packages in india, tailormade tours to india, indian tailormade tours, india tours, tours in india, tour itineraries of india, india tour itineraries, holidays in india, tailormade holidays in india, tailormade tour packages india, india tourism travel, tourism in india, tour operator india, bestway tours india', 'meta_desc' => 'Tour Operator in India - Tour operator in india offering india tour packages, package tours in india, tour packages in india, tailormade tours to india, indian tailormade tours, india tours, tours in india, tour itineraries of india, india tour itineraries, holidays in india, tailormade holidays in india.' ] ] $bufferLevel = (int) 1 $bodyId = 'HomePage' $testimonials = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Testimonial.id AS `Testimonial__id`, Testimonial.name AS `Testimonial__name`, Testimonial.long_desc AS `Testimonial__long_desc` FROM testimonial Testimonial WHERE Testimonial.status = :c0 ORDER BY Testimonial.sequence ASC', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Testimonial__id' => 'integer', 'Testimonial.id' => 'integer', 'id' => 'integer', 'Testimonial__name' => 'string', 'Testimonial.name' => 'string', 'name' => 'string', 'Testimonial__image' => 'string', 'Testimonial.image' => 'string', 'image' => 'string', 'Testimonial__long_desc' => 'text', 'Testimonial.long_desc' => 'text', 'long_desc' => 'text', 'Testimonial__sequence' => 'integer', 'Testimonial.sequence' => 'integer', 'sequence' => 'integer', 'Testimonial__status' => 'string', 'Testimonial.status' => 'string', 'status' => 'string', 'Testimonial__created' => 'datetime', 'Testimonial.created' => 'datetime', 'created' => 'datetime', 'Testimonial__updated' => 'datetime', 'Testimonial.updated' => 'datetime', 'updated' => 'datetime' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(Testimonials\Model\Table\TestimonialTable) {} } $banners = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Banner.id AS `Banner__id`, Banner.title AS `Banner__title`, Banner.image AS `Banner__image`, Banner.long_desc AS `Banner__long_desc` FROM banner Banner WHERE Banner.status = :c0 ORDER BY Banner.sequence ASC', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Banner__id' => 'integer', 'Banner.id' => 'integer', 'id' => 'integer', 'Banner__title' => 'string', 'Banner.title' => 'string', 'title' => 'string', 'Banner__long_desc' => 'text', 'Banner.long_desc' => 'text', 'long_desc' => 'text', 'Banner__image' => 'string', 'Banner.image' => 'string', 'image' => 'string', 'Banner__sequence' => 'integer', 'Banner.sequence' => 'integer', 'sequence' => 'integer', 'Banner__preload_image' => 'string', 'Banner.preload_image' => 'string', 'preload_image' => 'string', 'Banner__url' => 'string', 'Banner.url' => 'string', 'url' => 'string', 'Banner__url_open' => 'string', 'Banner.url_open' => 'string', 'url_open' => 'string', 'Banner__status' => 'string', 'Banner.status' => 'string', 'status' => 'string', 'Banner__sort_order' => 'integer', 'Banner.sort_order' => 'integer', 'sort_order' => 'integer', 'Banner__created' => 'datetime', 'Banner.created' => 'datetime', 'created' => 'datetime', 'Banner__updated' => 'datetime', 'Banner.updated' => 'datetime', 'updated' => 'datetime' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(Banners\Model\Table\BannerTable) {} } $subcategorys = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Category.id AS `Category__id`, Category.parent_id AS `Category__parent_id`, Category.description AS `Category__description`, Category.title AS `Category__title`, Category.image AS `Category__image`, Category.section_id AS `Category__section_id` FROM category Category WHERE ((Category.level=0 AND Category.display_home="Active") AND Category.status = :c0) ORDER BY Category.sort_order ASC', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Category__id' => 'biginteger', 'Category.id' => 'biginteger', 'id' => 'biginteger', 'Category__parent_id' => 'biginteger', 'Category.parent_id' => 'biginteger', 'parent_id' => 'biginteger', 'Category__title' => 'string', 'Category.title' => 'string', 'title' => 'string', 'Category__description' => 'text', 'Category.description' => 'text', 'description' => 'text', 'Category__meta_title' => 'text', 'Category.meta_title' => 'text', 'meta_title' => 'text', 'Category__meta_keyword' => 'text', 'Category.meta_keyword' => 'text', 'meta_keyword' => 'text', 'Category__meta_description' => 'text', 'Category.meta_description' => 'text', 'meta_description' => 'text', 'Category__level' => 'integer', 'Category.level' => 'integer', 'level' => 'integer', 'Category__image' => 'string', 'Category.image' => 'string', 'image' => 'string', 'Category__background_image' => 'string', 'Category.background_image' => 'string', 'background_image' => 'string', 'Category__sort_order' => 'integer', 'Category.sort_order' => 'integer', 'sort_order' => 'integer', 'Category__display_home' => 'string', 'Category.display_home' => 'string', 'display_home' => 'string', 'Category__status' => 'string', 'Category.status' => 'string', 'status' => 'string', 'Category__section_id' => 'string', 'Category.section_id' => 'string', 'section_id' => 'string', 'Category__controller' => 'string', 'Category.controller' => 'string', 'controller' => 'string', 'Category__action' => 'string', 'Category.action' => 'string', 'action' => 'string', 'Category__slug' => 'string', 'Category.slug' => 'string', 'slug' => 'string', 'Category__created' => 'datetime', 'Category.created' => 'datetime', 'created' => 'datetime', 'Category__updated' => 'datetime', 'Category.updated' => 'datetime', 'updated' => 'datetime' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(Categorys\Model\Table\CategoryTable) {} } $sectionIdStrings = ''bw_home','bw_experiences','bw_ourCompany','bw_destinations','bw_mice','bw_testimonial','bw_affilations'' $googleCode = object(Cake\ORM\Entity) { 'description' => '<script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-101880215-1', 'auto'); ga('send', 'pageview'); </script> ', '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'SiteSetting' } $default_meta = [ 'meta_title' => 'Tour Operator in India,Tour Operators in India,Indian Tour Operator,India Tour Operator India.', 'meta_keyword' => 'tour operator in india, tour operators in india, indian tour operator, india tour operator india, indian tour operator, tour operators india, india tour operators, india travel agent, travel agents in india, indian travel agent, india tour packages, package tours in india, tour packages in india, tailormade tours to india, indian tailormade tours, india tours, tours in india, tour itineraries of india, india tour itineraries, holidays in india, tailormade holidays in india, tailormade tour packages india, india tourism travel, tourism in india, tour operator india, bestway tours india', 'meta_desc' => 'Tour Operator in India - Tour operator in india offering india tour packages, package tours in india, tour packages in india, tailormade tours to india, indian tailormade tours, india tours, tours in india, tour itineraries of india, india tour itineraries, holidays in india, tailormade holidays in india.' ]include - APP/Template/Home/index.ctp, line 57 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 66 [main] - ROOT/webroot/index.php, line 47
![]()
India's finest
Destination Management Company
Creating enchanting travel memories since 1993![]()
Taj
An architectural marvel & epitome of love
![]()
Bhutan
A humble kingdom with an extraordinary daintiness
![]()
Rediscover yourself whilst experiencing uniqueness in
Sri Lanka
Experiences
Our Company
Warning (2): count(): Parameter must be an array or an object that implements Countable [APP/Template/Home/index.ctp, line 293]Code Context
<?php if(isset($testimonials) && count($testimonials)>0) { ?>
<div class="parallax-container bw_testimonial" id="section6" data-anchor="bw_testimonial" >
$viewFile = '/var/www/html/live/bestway/src/Template/Home/index.ctp' $dataForView = [ 'bodyId' => 'HomePage', 'testimonials' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Testimonial.id AS `Testimonial__id`, Testimonial.name AS `Testimonial__name`, Testimonial.long_desc AS `Testimonial__long_desc` FROM testimonial Testimonial WHERE Testimonial.status = :c0 ORDER BY Testimonial.sequence ASC', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(Testimonials\Model\Table\TestimonialTable) {} }, 'banners' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Banner.id AS `Banner__id`, Banner.title AS `Banner__title`, Banner.image AS `Banner__image`, Banner.long_desc AS `Banner__long_desc` FROM banner Banner WHERE Banner.status = :c0 ORDER BY Banner.sequence ASC', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(Banners\Model\Table\BannerTable) {} }, 'subcategorys' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Category.id AS `Category__id`, Category.parent_id AS `Category__parent_id`, Category.description AS `Category__description`, Category.title AS `Category__title`, Category.image AS `Category__image`, Category.section_id AS `Category__section_id` FROM category Category WHERE ((Category.level=0 AND Category.display_home="Active") AND Category.status = :c0) ORDER BY Category.sort_order ASC', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(Categorys\Model\Table\CategoryTable) {} }, 'sectionIdStrings' => ''bw_home','bw_experiences','bw_ourCompany','bw_destinations','bw_mice','bw_testimonial','bw_affilations'', 'googleCode' => object(Cake\ORM\Entity) { 'description' => '<script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-101880215-1', 'auto'); ga('send', 'pageview'); </script> ', '[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]' => 'SiteSetting' }, 'default_meta' => [ 'meta_title' => 'Tour Operator in India,Tour Operators in India,Indian Tour Operator,India Tour Operator India.', 'meta_keyword' => 'tour operator in india, tour operators in india, indian tour operator, india tour operator india, indian tour operator, tour operators india, india tour operators, india travel agent, travel agents in india, indian travel agent, india tour packages, package tours in india, tour packages in india, tailormade tours to india, indian tailormade tours, india tours, tours in india, tour itineraries of india, india tour itineraries, holidays in india, tailormade holidays in india, tailormade tour packages india, india tourism travel, tourism in india, tour operator india, bestway tours india', 'meta_desc' => 'Tour Operator in India - Tour operator in india offering india tour packages, package tours in india, tour packages in india, tailormade tours to india, indian tailormade tours, india tours, tours in india, tour itineraries of india, india tour itineraries, holidays in india, tailormade holidays in india.' ] ] $bufferLevel = (int) 1 $bodyId = 'HomePage' $testimonials = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Testimonial.id AS `Testimonial__id`, Testimonial.name AS `Testimonial__name`, Testimonial.long_desc AS `Testimonial__long_desc` FROM testimonial Testimonial WHERE Testimonial.status = :c0 ORDER BY Testimonial.sequence ASC', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Testimonial__id' => 'integer', 'Testimonial.id' => 'integer', 'id' => 'integer', 'Testimonial__name' => 'string', 'Testimonial.name' => 'string', 'name' => 'string', 'Testimonial__image' => 'string', 'Testimonial.image' => 'string', 'image' => 'string', 'Testimonial__long_desc' => 'text', 'Testimonial.long_desc' => 'text', 'long_desc' => 'text', 'Testimonial__sequence' => 'integer', 'Testimonial.sequence' => 'integer', 'sequence' => 'integer', 'Testimonial__status' => 'string', 'Testimonial.status' => 'string', 'status' => 'string', 'Testimonial__created' => 'datetime', 'Testimonial.created' => 'datetime', 'created' => 'datetime', 'Testimonial__updated' => 'datetime', 'Testimonial.updated' => 'datetime', 'updated' => 'datetime' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(Testimonials\Model\Table\TestimonialTable) {} } $banners = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Banner.id AS `Banner__id`, Banner.title AS `Banner__title`, Banner.image AS `Banner__image`, Banner.long_desc AS `Banner__long_desc` FROM banner Banner WHERE Banner.status = :c0 ORDER BY Banner.sequence ASC', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Banner__id' => 'integer', 'Banner.id' => 'integer', 'id' => 'integer', 'Banner__title' => 'string', 'Banner.title' => 'string', 'title' => 'string', 'Banner__long_desc' => 'text', 'Banner.long_desc' => 'text', 'long_desc' => 'text', 'Banner__image' => 'string', 'Banner.image' => 'string', 'image' => 'string', 'Banner__sequence' => 'integer', 'Banner.sequence' => 'integer', 'sequence' => 'integer', 'Banner__preload_image' => 'string', 'Banner.preload_image' => 'string', 'preload_image' => 'string', 'Banner__url' => 'string', 'Banner.url' => 'string', 'url' => 'string', 'Banner__url_open' => 'string', 'Banner.url_open' => 'string', 'url_open' => 'string', 'Banner__status' => 'string', 'Banner.status' => 'string', 'status' => 'string', 'Banner__sort_order' => 'integer', 'Banner.sort_order' => 'integer', 'sort_order' => 'integer', 'Banner__created' => 'datetime', 'Banner.created' => 'datetime', 'created' => 'datetime', 'Banner__updated' => 'datetime', 'Banner.updated' => 'datetime', 'updated' => 'datetime' ], 'decorators' => (int) 0, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(Banners\Model\Table\BannerTable) {} } $subcategorys = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT Category.id AS `Category__id`, Category.parent_id AS `Category__parent_id`, Category.description AS `Category__description`, Category.title AS `Category__title`, Category.image AS `Category__image`, Category.section_id AS `Category__section_id` FROM category Category WHERE ((Category.level=0 AND Category.display_home="Active") AND Category.status = :c0) ORDER BY Category.sort_order ASC', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Category__id' => 'biginteger', 'Category.id' => 'biginteger', 'id' => 'biginteger', 'Category__parent_id' => 'biginteger', 'Category.parent_id' => 'biginteger', 'parent_id' => 'biginteger', 'Category__title' => 'string', 'Category.title' => 'string', 'title' => 'string', 'Category__description' => 'text', 'Category.description' => 'text', 'description' => 'text', 'Category__meta_title' => 'text', 'Category.meta_title' => 'text', 'meta_title' => 'text', 'Category__meta_keyword' => 'text', 'Category.meta_keyword' => 'text', 'meta_keyword' => 'text', 'Category__meta_description' => 'text', 'Category.meta_description' => 'text', 'meta_description' => 'text', 'Category__level' => 'integer', 'Category.level' => 'integer', 'level' => 'integer', 'Category__image' => 'string', 'Category.image' => 'string', 'image' => 'string', 'Category__background_image' => 'string', 'Category.background_image' => 'string', 'background_image' => 'string', 'Category__sort_order' => 'integer', 'Category.sort_order' => 'integer', 'sort_order' => 'integer', 'Category__display_home' => 'string', 'Category.display_home' => 'string', 'display_home' => 'string', 'Category__status' => 'string', 'Category.status' => 'string', 'status' => 'string', 'Category__section_id' => 'string', 'Category.section_id' => 'string', 'section_id' => 'string', 'Category__controller' => 'string', 'Category.controller' => 'string', 'controller' => 'string', 'Category__action' => 'string', 'Category.action' => 'string', 'action' => 'string', 'Category__slug' => 'string', 'Category.slug' => 'string', 'slug' => 'string', 'Category__created' => 'datetime', 'Category.created' => 'datetime', 'created' => 'datetime', 'Category__updated' => 'datetime', 'Category.updated' => 'datetime', 'updated' => 'datetime' ], 'decorators' => (int) 0, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(Categorys\Model\Table\CategoryTable) {} } $sectionIdStrings = ''bw_home','bw_experiences','bw_ourCompany','bw_destinations','bw_mice','bw_testimonial','bw_affilations'' $googleCode = object(Cake\ORM\Entity) { 'description' => '<script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-101880215-1', 'auto'); ga('send', 'pageview'); </script> ', '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'SiteSetting' } $default_meta = [ 'meta_title' => 'Tour Operator in India,Tour Operators in India,Indian Tour Operator,India Tour Operator India.', 'meta_keyword' => 'tour operator in india, tour operators in india, indian tour operator, india tour operator india, indian tour operator, tour operators india, india tour operators, india travel agent, travel agents in india, indian travel agent, india tour packages, package tours in india, tour packages in india, tailormade tours to india, indian tailormade tours, india tours, tours in india, tour itineraries of india, india tour itineraries, holidays in india, tailormade holidays in india, tailormade tour packages india, india tourism travel, tourism in india, tour operator india, bestway tours india', 'meta_desc' => 'Tour Operator in India - Tour operator in india offering india tour packages, package tours in india, tour packages in india, tailormade tours to india, indian tailormade tours, india tours, tours in india, tour itineraries of india, india tour itineraries, holidays in india, tailormade holidays in india.' ] $banner = object(Cake\ORM\Entity) { 'id' => (int) 66, 'title' => 'Rediscover yourself whilst experiencing uniqueness in Sri Lanka', 'image' => '1510925285_92851506062204_6240banner-4.jpg', 'long_desc' => ' <div class="caption left-align"> <p class="banner4Text1">Rediscover yourself whilst experiencing uniqueness in </p> <h1 class="banner4Text2">Sri Lanka</h1> </div>', '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Banners.Banner' } $title = 'Rediscover yourself whilst experiencing uniqueness in Sri Lanka' $desc = ' <div class="caption left-align"> <p class="banner4Text1">Rediscover yourself whilst experiencing uniqueness in </p> <h1 class="banner4Text2">Sri Lanka</h1> </div>' $img = '1510925285_92851506062204_6240banner-4.jpg' $BanimgPath = '/files/banners/1510925285_92851506062204_6240banner-4.jpg' $ourBrands = '' $p = (int) 6 $subcategory = object(Cake\ORM\Entity) { 'id' => (int) 48, 'parent_id' => (int) 0, 'description' => '', 'title' => 'MICE', 'image' => '1506075019_8650mice-bg.jpg', 'section_id' => 'bw_mice', '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Categorys.Category' } $pid = (int) 48 $ptitle = 'MICE' $pimage = '1506075019_8650mice-bg.jpg' $pdesc = '' $psectionId = 'bw_mice' $pCatPath = '/files/categorys/1506075019_8650mice-bg.jpg' $childs = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(Cake\ORM\Entity) {}, (int) 1 => object(Cake\ORM\Entity) {}, (int) 2 => object(Cake\ORM\Entity) {}, (int) 3 => object(Cake\ORM\Entity) {}, (int) 4 => object(Cake\ORM\Entity) {} ] } $circle = '3' $i = (int) 6 $child = object(Cake\ORM\Entity) { 'title' => 'CSR Initiatives', 'image' => '1505734109_11csr.png', 'level' => (int) 2, 'controller' => 'mice', 'action' => 'index', 'slug' => 'csr-events', 'section_id' => 'bw_csr_events', 'id' => (int) 53, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Category' } $cController = 'mice' $cAction = 'index' $cSlug = 'csr-events' $clevel = (int) 2 $URLdata = [ 'controller' => 'mice', 'action' => 'index', 'row' => 'csr-events' ] $phref = '/mice/csr-events.html' $cid = (int) 53 $ctitle = 'CSR Initiatives' $cimage = '1505734109_11csr.png' $csectionId = 'bw_csr_events' $cCatPath = '/files/categorys/1505734109_11csr.png' $attributes = '' $col = 'col m4 s3' $modulus = '3'include - APP/Template/Home/index.ctp, line 293 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 66 [main] - ROOT/webroot/index.php, line 47What our customers say?
L. Leifer, KS, U.S.A. - Tour participant 'Royal Rajasthan'
"The itinerary was extremely well planned. We covered a lot of ground and loved every stop. It was a great balance of temples. Forts, and palaces and living adventures like Camel rides and Tiger Safaris".
Read more...Mrs. D V Gruner - Tour participant 'Discover India'
"We felt that the tour itinerary provided us with a varied overview of the culture, history and society of northern India. We were very satisfied with the hotels booked on this tour. We felt that each hotel had its own ambience and reflected the area in which it was located. Everything was conducted smoothly. "
Read more...Jennifer Villareal - Tour participant 'Golden Triangle with Ranthambore'
A trip of a lifetime for me and my son. Will cherish the memories always. Thank you Bestway for making our trip most enjoyable and hassle free. Would definitely recommend to others and will utilize again for any future excursions.
Read more...Paul Holden - President & CEO (Burnaby Board of Trade) shares his experience with Bestway.
Read more...Happy clients from Tri-city Chamber of Commerce
Read more...OUR Affiliations
Experiences
Sign up for our NEWSLETTER and get all our latest updates
CIN:U74899DL1993PTC051646
Copyright © 2025 Bestway.in - All Rights Reserved