ErrorException [ Notice ]:
DOCROOT/modules/visit-location/classes/Controller/Frontend/Component/Visit/Tours/User/Tour/Detail.php [ 20 ]
15 */
16 public function before(): void
17 {
18 parent::before();
19
20 $this->tour_data = $this->getDecodedTourData($_GET['tour_data']);
21 $destinations = $this->getDestinationObjects($this->tour_data->destination_ids);
22
23 Helper_Teaser::hide_title();
24
25 if (isset($destinations[0]['record']) && !empty($destinations)) {
-
DOCROOT/modules/visit-location/classes/Controller/Frontend/Component/Visit/Tours/User/Tour/Detail.php [ 20 ] » Kohana_Core::error_handler(arguments)
0integer 8
1string(26) "Undefined index: tour_data"2string(166) "/srv/www/hgcloud.de/www7-staging/sb/releases/release_2025_09_08_09_43_15/modules/visit-location/classes/Controller/Frontend/Comp …"3integer 20
4array(0)15 */ 16 public function before(): void 17 { 18 parent::before(); 19 20 $this->tour_data = $this->getDecodedTourData($_GET['tour_data']); 21 $destinations = $this->getDestinationObjects($this->tour_data->destination_ids); 22 23 Helper_Teaser::hide_title(); 24 25 if (isset($destinations[0]['record']) && !empty($destinations)) { -
SYSPATH/classes/Kohana/Controller.php [ 69 ] » Controller_Frontend_Component_Visit_Tours_User_Tour_Detail->before()
64 * @return Response 65 */ 66 public function execute() 67 { 68 // Execute the "before action" method 69 $this->before(); 70 71 // Determine the action to use 72 $action = 'action_'.$this->request->action(); 73 74 // If the action doesn't exist, it's a 404 -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0object Controller_Frontend_Component_Visit_Tours_User_Tour_Detail(5)
{ public template => object View(2){ protected _file => string(153) "/srv/www/hgcloud.de/www7-staging/sb/releases/release_2025_09_08_09_43_15/modules/visit-location/views/frontend/component/visit/t …" protected _data => array(0) }private tour_data => NULL public auto_render => bool TRUE public request => object Request(20){ private _url_params => array(3) ( "layout" => array(2) ( "content" => array(2) ( 1675926 => array(1) ( 0 => array(2) ( "id" => string(7) "1675926" "component" => string(38) "Component_Visit_Tours_User_Tour_Detail" ) ) 1700400 => array(1) ( 0 => array(2) ( "id" => string(7) "1700400" "component" => string(20) "Component_App_Teaser" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => string(7) "1675925" "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => string(7) "1675926" "_container" => string(7) "content" ) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)public response => object Response(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(47) "Frontend_Component_Visit_Tours_User_Tour_Detail" protected _action => string(4) "html" protected _uri => string(54) "Frontend_Component_Visit_Tours_User_Tour_Detail/html/2" protected _external => bool FALSE protected _params => array(2) ( "id" => string(1) "2" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _previous_environment => NULL protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(3) ( "layout" => array(2) ( "content" => array(2) ( 1675926 => array(1) ( 0 => array(2) ( "id" => string(7) "1675926" "component" => string(38) "Component_Visit_Tours_User_Tour_Detail" ) ) 1700400 => array(1) ( 0 => array(2) ( "id" => string(7) "1700400" "component" => string(20) "Component_App_Teaser" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => string(7) "1675925" "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => string(7) "1675926" "_container" => string(7) "content" ) }}{ protected _status => integer 200 protected _header => object HTTP_Header(0)}{ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }89 90 // Create a new instance of the controller 91 $controller = $class->newInstance($request, $response); 92 93 // Run the controller's execute() method 94 $response = $class->getMethod('execute')->invoke($controller); 95 96 if ( ! $response instanceof Response) 97 { 98 // Controller failed to return a Response. 99 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(20)
{ private _url_params => array(3) ( "layout" => array(2) ( "content" => array(2) ( 1675926 => array(1) ( 0 => array(2) ( "id" => string(7) "1675926" "component" => string(38) "Component_Visit_Tours_User_Tour_Detail" ) ) 1700400 => array(1) ( 0 => array(2) ( "id" => string(7) "1700400" "component" => string(20) "Component_App_Teaser" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => string(7) "1675925" "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => string(7) "1675926" "_container" => string(7) "content" ) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(47) "Frontend_Component_Visit_Tours_User_Tour_Detail" protected _action => string(4) "html" protected _uri => string(54) "Frontend_Component_Visit_Tours_User_Tour_Detail/html/2" protected _external => bool FALSE protected _params => array(2) ( "id" => string(1) "2" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _previous_environment => NULL protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(3) ( "layout" => array(2) ( "content" => array(2) ( 1675926 => array(1) ( 0 => array(2) ( "id" => string(7) "1675926" "component" => string(38) "Component_Visit_Tours_User_Tour_Detail" ) ) 1700400 => array(1) ( 0 => array(2) ( "id" => string(7) "1700400" "component" => string(20) "Component_App_Teaser" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => string(7) "1675925" "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => string(7) "1675926" "_container" => string(7) "content" ) }}1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
MODPATH/synergy/core/classes/Request.php [ 83 ] » Kohana_Request_Client->execute(arguments)
0object Request(20)
{ private _url_params => array(3) ( "layout" => array(2) ( "content" => array(2) ( 1675926 => array(1) ( 0 => array(2) ( "id" => string(7) "1675926" "component" => string(38) "Component_Visit_Tours_User_Tour_Detail" ) ) 1700400 => array(1) ( 0 => array(2) ( "id" => string(7) "1700400" "component" => string(20) "Component_App_Teaser" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => string(7) "1675925" "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => string(7) "1675926" "_container" => string(7) "content" ) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(47) "Frontend_Component_Visit_Tours_User_Tour_Detail" protected _action => string(4) "html" protected _uri => string(54) "Frontend_Component_Visit_Tours_User_Tour_Detail/html/2" protected _external => bool FALSE protected _params => array(2) ( "id" => string(1) "2" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _previous_environment => NULL protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(3) ( "layout" => array(2) ( "content" => array(2) ( 1675926 => array(1) ( 0 => array(2) ( "id" => string(7) "1675926" "component" => string(38) "Component_Visit_Tours_User_Tour_Detail" ) ) 1700400 => array(1) ( 0 => array(2) ( "id" => string(7) "1700400" "component" => string(20) "Component_App_Teaser" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => string(7) "1675925" "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => string(7) "1675926" "_container" => string(7) "content" ) }}78 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 79 ':uri' => $this->_uri, 80 )); 81 } 82 83 return $this->_client->execute($this); 84 } 85 86 /** 87 * Retrieves a value from the url parameters (slug or $_GET). 88 * -
DOCROOT/modules/_base/classes/Helper/Page.php [ 371 ] » Request->execute()
366 // Does the component have a valid frontend controller? 367 if (class_exists('Controller_Frontend_' . $block->component)) { 368 return Request::factory( 369 $request_uri, 370 ['callback_params' => $callback_params] 371 )->execute(); 372 } else { 373 Log::instance()->add( 374 Log::WARNING, 375 'Failed to access component Controller_Frontend_' 376 . $block->component -
DOCROOT/modules/app.saarbruecken.de/classes/Controller/Motor/Page.php [ 745 ] » Helper_Page::execute_subrequest(arguments)
0object Model_Page_Version_Block(45)
{ protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _behaviours => array(0) protected _methods => array(0) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _primary_val => string(2) "id" protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(7) "1675926" "version_id" => string(6) "257559" "container" => string(7) "content" "component" => string(38) "Component_Visit_Tours_User_Tour_Detail" "position" => string(5) "23013" "created_at" => string(19) "2024-02-06 16:02:16" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(7) "1675926" "version_id" => string(6) "257559" "container" => string(7) "content" "component" => string(38) "Component_Visit_Tours_User_Tour_Detail" "position" => string(5) "23013" "created_at" => string(19) "2024-02-06 16:02:16" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(7) "1675926" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }1array(3) ( "layout" => array(2) ( "content" => array(2) ( 1675926 => array(1) ( 0 => array(2) ( "id" => string(7) "1675926" "component" => string(38) "Component_Visit_Tours_User_Tour_Detail" ) ) 1700400 => array(1) ( 0 => array(2) ( "id" => string(7) "1700400" "component" => string(20) "Component_App_Teaser" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => string(7) "1675925" "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => string(7) "1675926" "_container" => string(7) "content" )
740 $this->template->content->{$block->container} .= 741 $snippet->render_html($callback_params); 742 } 743 } else { 744 $this->template->content->{$block->container} .= 745 Helper_Page::execute_subrequest($block, $this->_callback_params); 746 } 747 } 748 } 749 750 /** -
DOCROOT/modules/_base/classes/Controller/Page.php [ 457 ] » Controller_Motor_Page->render_html()
452 } 453 } 454 455 $this->_callback_params['layout'] = $layout; 456 457 parent::render_html(); 458 } 459 460 function calculate_breaks_by_grid($container_blocks, $breaking_components, $max_width = 12) 461 { 462 $current_width = 0; -
DOCROOT/modules/app.saarbruecken.de/classes/Controller/Motor/Page.php [ 659 ] » Controller_Page->render_html()
654 ->order_by('position', 'ASC') 655 ->find_all(); 656 657 switch ($this->_renderer) { 658 case 'html': 659 $this->render_html(); 660 break; 661 case 'json': 662 $this->render_json(); 663 break; 664 } -
DOCROOT/modules/_base/classes/Controller/Page.php [ 227 ] » Controller_Motor_Page->action_index()
222 $this->generateRootSlug(); 223 224 $this->template->set_global('share_payload', base64_encode(urlencode(json_encode([$this->_page->name, $this->request->detect_uri()])))); 225 $this->template->set_global('weather', Helper_Weather::get_weather()); 226 227 parent::action_index(); 228 } 229 230 /** 231 * Runs after the action is executed. 232 * -
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Page->action_index()
79 [':uri' => $this->request->uri()] 80 )->request($this->request); 81 } 82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0object Controller_Page(19)
{ private urlBuilder => object Helper_UrlBuilder(4){ private pageinfo => object Helper_Pageinfo(6)public template => object View(2){ private mnemonicLanguageMapping => array(7) ( 1 => string(2) "de" 2 => string(2) "en" 3 => string(2) "fr" 4 => string(2) "es" 5 => string(2) "it" 6 => string(2) "nl" 7 => string(2) "dl" ) private eventDetailPageSlugs => array(2) ( 0 => string(12) "event_detail" 1 => string(16) "evenement_detail" ) private articleDetailPageSlugs => array(2) ( 0 => string(14) "artikelansicht" 1 => string(13) "artikeldetail" ) private domain => string(25) "app.sb-staging.hgcloud.de" private path => string(15) "/my_tour_detail" private pageId => integer 0 }private appUserHelper => object Helper_App_User(0){ }private protocol => string(6) "https:" private appUserPath => string(8) "app/user" }{ protected _file => string(110) "/srv/www/hgcloud.de/www7-staging/sb/releases/release_2025_09_08_09_43_15/vendor/synergy/core/views/./empty.tpl" protected _data => array(1) ( "content" => object View(2)public view_prefix => string(5) "page/" protected _renderer => string(4) "html" protected _domain => object Model_Domain(45){ protected _file => string(109) "/srv/www/hgcloud.de/www7-staging/sb/releases/release_2025_09_08_09_43_15/modules/_base/views/page/default.tpl" protected _data => array(1) ( "content" => NULL ) }) }{ protected _primary_val => string(4) "name" protected _behaviours => array(2) ( "search" => object Behaviour_Search(6)protected _client => object Model_Client(45){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Domain(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "host" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"client" => object Behaviour_Client(6){ protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _record => object Model_Domain(45) { *RECURSION* } protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(3) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" "filter_client" => string(6) "client" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _has_one => array(0) protected _belongs_to => array(1) ( "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => string(3) "186" "client_id" => string(2) "77" "name" => string(26) "app.saarbruecken.de (http)" "protocol" => string(4) "http" "host" => string(25) "app.sb-staging.hgcloud.de" "port" => string(2) "80" "path" => NULL "target" => NULL "parameters" => string(0) "" "is_active" => string(1) "1" "created_at" => string(19) "2023-06-30 14:54:39" "updated_at" => string(19) "2024-03-22 16:17:55" ) protected _changed => array(0) protected _original_values => array(12) ( "id" => string(3) "186" "client_id" => string(2) "77" "name" => string(26) "app.saarbruecken.de (http)" "protocol" => string(4) "http" "host" => string(25) "app.sb-staging.hgcloud.de" "port" => string(2) "80" "path" => NULL "target" => NULL "parameters" => string(0) "" "is_active" => string(1) "1" "created_at" => string(19) "2023-06-30 14:54:39" "updated_at" => string(19) "2024-03-22 16:17:55" ) protected _related => array(1) ( "client" => object Model_Client(45){ protected _behaviours => array(1) ( "search" => object Behaviour_Search(6)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "domain" protected _object_plural => string(7) "domains" protected _table_name => string(7) "domains" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "client_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protocol" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "protocol" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "host" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "host" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "port" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "port" "column_default" => string(2) "80" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "path" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parameters" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "parameters" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "186" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Client(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "slug" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _has_many => array(6) ( "languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(16) "client_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "active_languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(23) "client_active_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "accessable_clients" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(14) "client_clients" "far_key" => string(20) "accessable_client_id" "model" => string(6) "Client" ) "default_pages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(15) "default_page_id" "model" => string(19) "Client_Default_Page" ) "plugins" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(9) "plugin_id" "model" => string(19) "Clientshariffplugin" ) "users" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(12) "client_users" "far_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _belongs_to => array(1) ( "default_language" => array(2) ( "foreign_key" => string(19) "default_language_id" "model" => string(8) "Language" ) ) protected _primary_val => string(4) "name" public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(21) ( "id" => string(2) "77" "name" => string(3) "App" "slug" => string(3) "app" "is_active" => string(1) "1" "enable_varnish" => string(1) "0" "layout" => NULL "default_language_id" => string(1) "1" "created_at" => string(19) "2023-06-30 10:33:45" "updated_at" => string(19) "2024-08-05 12:09:31" "social_media_url_1" => string(0) "" "social_media_url_2" => string(0) "" "social_media_url_3" => string(0) "" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => string(1) "0" "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(24) "internet@saarbruecken.de" "contact_phone" => string(12) "+49 681 9050" "hide_data_correction" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(21) ( "id" => string(2) "77" "name" => string(3) "App" "slug" => string(3) "app" "is_active" => string(1) "1" "enable_varnish" => string(1) "0" "layout" => NULL "default_language_id" => string(1) "1" "created_at" => string(19) "2023-06-30 10:33:45" "updated_at" => string(19) "2024-08-05 12:09:31" "social_media_url_1" => string(0) "" "social_media_url_2" => string(0) "" "social_media_url_3" => string(0) "" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => string(1) "0" "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(24) "internet@saarbruecken.de" "contact_phone" => string(12) "+49 681 9050" "hide_data_correction" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "client" protected _object_plural => string(7) "clients" protected _table_name => string(7) "clients" protected _table_columns => array(21) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "127" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "127" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "enable_varnish" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "enable_varnish" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "layout" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "layout" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "default_language_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(19) "default_language_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_1" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_2" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_3" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_4" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_4" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "orientation" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "orientation" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_print" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "show_print" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "button_style" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "button_style" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer_headline" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "footer_headline" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contact_mail" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "contact_mail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contact_phone" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "contact_phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_data_correction" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "hide_data_correction" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "77" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "client" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "domain" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _behaviours => array(1) ( "search" => object Behaviour_Search(6)protected _language => object Model_Language(45){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Client(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "slug" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _has_many => array(6) ( "languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(16) "client_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "active_languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(23) "client_active_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "accessable_clients" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(14) "client_clients" "far_key" => string(20) "accessable_client_id" "model" => string(6) "Client" ) "default_pages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(15) "default_page_id" "model" => string(19) "Client_Default_Page" ) "plugins" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(9) "plugin_id" "model" => string(19) "Clientshariffplugin" ) "users" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(12) "client_users" "far_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _belongs_to => array(1) ( "default_language" => array(2) ( "foreign_key" => string(19) "default_language_id" "model" => string(8) "Language" ) ) protected _primary_val => string(4) "name" public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(21) ( "id" => string(2) "77" "name" => string(3) "App" "slug" => string(3) "app" "is_active" => string(1) "1" "enable_varnish" => string(1) "0" "layout" => NULL "default_language_id" => string(1) "1" "created_at" => string(19) "2023-06-30 10:33:45" "updated_at" => string(19) "2024-08-05 12:09:31" "social_media_url_1" => string(0) "" "social_media_url_2" => string(0) "" "social_media_url_3" => string(0) "" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => string(1) "0" "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(24) "internet@saarbruecken.de" "contact_phone" => string(12) "+49 681 9050" "hide_data_correction" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(21) ( "id" => string(2) "77" "name" => string(3) "App" "slug" => string(3) "app" "is_active" => string(1) "1" "enable_varnish" => string(1) "0" "layout" => NULL "default_language_id" => string(1) "1" "created_at" => string(19) "2023-06-30 10:33:45" "updated_at" => string(19) "2024-08-05 12:09:31" "social_media_url_1" => string(0) "" "social_media_url_2" => string(0) "" "social_media_url_3" => string(0) "" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => string(1) "0" "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(24) "internet@saarbruecken.de" "contact_phone" => string(12) "+49 681 9050" "hide_data_correction" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "client" protected _object_plural => string(7) "clients" protected _table_name => string(7) "clients" protected _table_columns => array(21) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "127" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "127" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "enable_varnish" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "enable_varnish" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "layout" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "layout" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "default_language_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(19) "default_language_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_1" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_2" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_3" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_4" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_4" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "orientation" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "orientation" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_print" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "show_print" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "button_style" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "button_style" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer_headline" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "footer_headline" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contact_mail" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "contact_mail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contact_phone" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "contact_phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_data_correction" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "hide_data_correction" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "77" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "client" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _primary_val => string(11) "native_name" protected _behaviours => array(1) ( "search" => object Behaviour_Search(6)protected _language_iso_639_1 => NULL protected _page_version_blocks => array(3) ( 0 => object Model_Page_Version_Block(45){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(1) "1" "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => string(1) "1" "is_macro_language" => string(1) "0" "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => string(1) "1" "is_backend_language" => string(1) "1" "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(1) "1" "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => string(1) "1" "is_macro_language" => string(1) "0" "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => string(1) "1" "is_backend_language" => string(1) "1" "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _behaviours => array(0) protected _methods => array(0) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _primary_val => string(2) "id" protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(7) "1675926" "version_id" => string(6) "257559" "container" => string(7) "content" "component" => string(38) "Component_Visit_Tours_User_Tour_Detail" "position" => string(5) "23013" "created_at" => string(19) "2024-02-06 16:02:16" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(7) "1675926" "version_id" => string(6) "257559" "container" => string(7) "content" "component" => string(38) "Component_Visit_Tours_User_Tour_Detail" "position" => string(5) "23013" "created_at" => string(19) "2024-02-06 16:02:16" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(7) "1675926" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Page_Version_Block(45){ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _behaviours => array(0) protected _methods => array(0) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _primary_val => string(2) "id" protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(7) "1700400" "version_id" => string(6) "257559" "container" => string(7) "content" "component" => string(20) "Component_App_Teaser" "position" => string(5) "23677" "created_at" => string(19) "2024-05-02 11:16:32" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(7) "1700400" "version_id" => string(6) "257559" "container" => string(7) "content" "component" => string(20) "Component_App_Teaser" "position" => string(5) "23677" "created_at" => string(19) "2024-05-02 11:16:32" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(7) "1700400" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)2 => object Model_Page_Version_Block(45){ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _behaviours => array(0) protected _methods => array(0) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _primary_val => string(2) "id" protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(7) "1675925" "version_id" => string(6) "257559" "container" => string(11) "page_teaser" "component" => string(16) "Component_Teaser" "position" => string(1) "1" "created_at" => string(19) "2024-02-06 16:02:16" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(7) "1675925" "version_id" => string(6) "257559" "container" => string(11) "page_teaser" "component" => string(16) "Component_Teaser" "position" => string(1) "1" "created_at" => string(19) "2024-02-06 16:02:16" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(7) "1675925" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _full_slug => string(14) "my_tour_detail" protected _callback_params => array(3) ( "layout" => array(2) ( "content" => array(2) ( 1675926 => array(1) ( 0 => array(2) ( "id" => string(7) "1675926" "component" => string(38) "Component_Visit_Tours_User_Tour_Detail" ) ) 1700400 => array(1) ( 0 => array(2) ( "id" => string(7) "1700400" "component" => string(20) "Component_App_Teaser" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => string(7) "1675925" "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => string(7) "1675926" "_container" => string(7) "content" ) protected _preview => bool FALSE protected _page => object Model_Page(51){ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _behaviours => array(8) ( "client" => object Behaviour_Client(6)protected _page_version => object Model_Page_Version(45){ protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _methods => array(3) ( 0 => string(36) "update_record_in_elasticsearch_index" 1 => string(27) "get_default_document_config" 2 => string(22) "get_target_page_config" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"translation" => object Behaviour_Translation(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _methods => array(10) ( 0 => string(18) "filter_translation" 1 => string(12) "translations" 2 => string(11) "translation" 3 => string(15) "add_translation" 4 => string(20) "add_page_translation" 5 => string(19) "available_languages" 6 => string(23) "get_alternate_href_lang" 7 => string(21) "published_translation" 8 => string(44) "get_published_dependent_language_translation" 9 => string(39) "get_published_base_language_translation" ) protected _belongs_to => array(1) ( "language" => array(2) ( "model" => string(8) "Language" "foreign_key" => string(11) "language_id" ) ) protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ protected _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "clearance" => array(1) ( "options" => array(3) ( "rule" => string(9) "cms_pages" "route" => string(16) "backend/cms/page" "name" => string(4) "name" ) ) ) protected _belongs_to => array(0) protected _has_many => array(1) ( "workflows" => array(2) ( "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record_primary_key => NULL protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected use_scope => bool TRUE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) protected _draft => NULL protected _cleared => NULL protected _live => object Model_Page_Version(45){ protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "page" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Page" ) ) protected _behaviours => array(3) ( "blame" => object Behaviour_Blame(7)protected _has_many => array(3) ( "workflows" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(11) "workflow_id" "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) "roles" => array(4) ( "foreign_key" => string(7) "page_id" "through" => string(11) "roles_pages" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "versions" => array(4) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_one => array(1) ( "live_version" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(12) "Page_Version" ) ) protected _belongs_to => array(2) ( "language" => array(2) ( "foreign_key" => string(11) "language_id" "model" => string(8) "Language" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _primary_val => string(4) "name" protected _roles => array(0) public tree => NULL protected left_column => string(3) "lft" protected right_column => string(3) "rgt" protected level_column => string(5) "level" protected scope_column => string(5) "scope" protected _methods => array(20) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "update_record_in_elasticsearch_index" => string(8) "fulltext" "get_default_document_config" => string(8) "fulltext" "get_target_page_config" => string(8) "fulltext" "filter_translation" => string(11) "translation" "translations" => string(11) "translation" "translation" => string(11) "translation" "add_translation" => string(11) "translation" "add_page_translation" => string(11) "translation" "available_languages" => string(11) "translation" "get_alternate_href_lang" => string(11) "translation" "published_translation" => string(11) "translation" "get_published_dependent_language_translation" => string(11) "translation" "get_published_base_language_translation" => string(11) "translation" "workflow" => string(8) "workflow" "workflow_options" => string(8) "workflow" "add_activity" => string(8) "tracking" "uniqid" => string(6) "uniqid" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(5) "23377" "client_id" => string(2) "77" "language_id" => string(1) "1" "translation_hash" => string(13) "659d55d621146" "scope" => string(4) "main" "live_version_id" => string(6) "257559" "lft" => string(3) "238" "rgt" => string(3) "239" "level" => string(1) "1" "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(19) "Meine Tour (Detail)" "navigation_name" => string(0) "" "slug" => string(14) "my_tour_detail" "full_slug" => string(14) "my_tour_detail" "type" => string(4) "page" "is_visible" => string(1) "0" "is_active" => string(1) "1" "is_private" => string(1) "0" "no_index" => string(1) "0" "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2024-01-09 15:19:02" "updated_at" => string(19) "2024-05-02 11:16:39" "copy_of" => NULL "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(5) "23377" "client_id" => string(2) "77" "language_id" => string(1) "1" "translation_hash" => string(13) "659d55d621146" "scope" => string(4) "main" "live_version_id" => string(6) "257559" "lft" => string(3) "238" "rgt" => string(3) "239" "level" => string(1) "1" "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(19) "Meine Tour (Detail)" "navigation_name" => string(0) "" "slug" => string(14) "my_tour_detail" "full_slug" => string(14) "my_tour_detail" "type" => string(4) "page" "is_visible" => string(1) "0" "is_active" => string(1) "1" "is_private" => string(1) "0" "no_index" => string(1) "0" "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2024-01-09 15:19:02" "updated_at" => string(19) "2024-05-02 11:16:39" "copy_of" => NULL "user_contexts" => NULL ) protected _related => array(1) ( "language" => object Model_Language(45){ protected _do_blame => bool TRUE protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fix_emptyversion" => object Behaviour_Fix_Emptyversion(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _has_many => array(1) ( "blocks" => array(4) ( "foreign_key" => string(10) "version_id" "through" => NULL "far_key" => string(8) "block_id" "model" => string(18) "Page_Version_Block" ) ) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(1) ( "override_blame" => string(5) "blame" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _primary_val => string(2) "id" protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(6) "257559" "page_id" => string(5) "23377" "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => string(1) "0" "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => string(1) "1" "is_visible" => NULL "slug" => string(14) "my_tour_detail" "name" => string(19) "Meine Tour (Detail)" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => string(2) "11" "created_by_user_id" => string(1) "1" "created_at" => string(19) "2024-02-06 16:02:16" "updated_at" => string(19) "2024-05-02 11:16:39" "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(6) "257559" "page_id" => string(5) "23377" "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => string(1) "0" "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => string(1) "1" "is_visible" => NULL "slug" => string(14) "my_tour_detail" "name" => string(19) "Meine Tour (Detail)" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => string(2) "11" "created_by_user_id" => string(1) "1" "created_at" => string(19) "2024-02-06 16:02:16" "updated_at" => string(19) "2024-05-02 11:16:39" "user_contexts" => NULL ) protected _related => array(1) ( "page" => object Model_Page(51){ protected _behaviours => array(8) ( "client" => object Behaviour_Client(6)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "page_version" protected _object_plural => string(13) "page_versions" protected _table_name => string(13) "page_versions" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target_page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "target_page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "embed_page" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "embed_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "257559" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _methods => array(3) ( 0 => string(36) "update_record_in_elasticsearch_index" 1 => string(27) "get_default_document_config" 2 => string(22) "get_target_page_config" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"translation" => object Behaviour_Translation(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _methods => array(10) ( 0 => string(18) "filter_translation" 1 => string(12) "translations" 2 => string(11) "translation" 3 => string(15) "add_translation" 4 => string(20) "add_page_translation" 5 => string(19) "available_languages" 6 => string(23) "get_alternate_href_lang" 7 => string(21) "published_translation" 8 => string(44) "get_published_dependent_language_translation" 9 => string(39) "get_published_base_language_translation" ) protected _belongs_to => array(1) ( "language" => array(2) ( "model" => string(8) "Language" "foreign_key" => string(11) "language_id" ) ) protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ protected _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "clearance" => array(1) ( "options" => array(3) ( "rule" => string(9) "cms_pages" "route" => string(16) "backend/cms/page" "name" => string(4) "name" ) ) ) protected _belongs_to => array(0) protected _has_many => array(1) ( "workflows" => array(2) ( "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record_primary_key => NULL protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected use_scope => bool TRUE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) protected _draft => NULL protected _cleared => NULL protected _live => NULL protected _has_many => array(3) ( "workflows" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(11) "workflow_id" "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) "roles" => array(4) ( "foreign_key" => string(7) "page_id" "through" => string(11) "roles_pages" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "versions" => array(4) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_one => array(1) ( "live_version" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(12) "Page_Version" ) ) protected _belongs_to => array(2) ( "language" => array(2) ( "foreign_key" => string(11) "language_id" "model" => string(8) "Language" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _primary_val => string(4) "name" protected _roles => array(0) public tree => NULL protected left_column => string(3) "lft" protected right_column => string(3) "rgt" protected level_column => string(5) "level" protected scope_column => string(5) "scope" protected _methods => array(20) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "update_record_in_elasticsearch_index" => string(8) "fulltext" "get_default_document_config" => string(8) "fulltext" "get_target_page_config" => string(8) "fulltext" "filter_translation" => string(11) "translation" "translations" => string(11) "translation" "translation" => string(11) "translation" "add_translation" => string(11) "translation" "add_page_translation" => string(11) "translation" "available_languages" => string(11) "translation" "get_alternate_href_lang" => string(11) "translation" "published_translation" => string(11) "translation" "get_published_dependent_language_translation" => string(11) "translation" "get_published_base_language_translation" => string(11) "translation" "workflow" => string(8) "workflow" "workflow_options" => string(8) "workflow" "add_activity" => string(8) "tracking" "uniqid" => string(6) "uniqid" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(5) "23377" "client_id" => string(2) "77" "language_id" => string(1) "1" "translation_hash" => string(13) "659d55d621146" "scope" => string(4) "main" "live_version_id" => string(6) "257559" "lft" => string(3) "238" "rgt" => string(3) "239" "level" => string(1) "1" "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(19) "Meine Tour (Detail)" "navigation_name" => string(0) "" "slug" => string(14) "my_tour_detail" "full_slug" => string(14) "my_tour_detail" "type" => string(4) "page" "is_visible" => string(1) "0" "is_active" => string(1) "1" "is_private" => string(1) "0" "no_index" => string(1) "0" "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2024-01-09 15:19:02" "updated_at" => string(19) "2024-05-02 11:16:39" "copy_of" => NULL "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(5) "23377" "client_id" => string(2) "77" "language_id" => string(1) "1" "translation_hash" => string(13) "659d55d621146" "scope" => string(4) "main" "live_version_id" => string(6) "257559" "lft" => string(3) "238" "rgt" => string(3) "239" "level" => string(1) "1" "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(19) "Meine Tour (Detail)" "navigation_name" => string(0) "" "slug" => string(14) "my_tour_detail" "full_slug" => string(14) "my_tour_detail" "type" => string(4) "page" "is_visible" => string(1) "0" "is_active" => string(1) "1" "is_private" => string(1) "0" "no_index" => string(1) "0" "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2024-01-09 15:19:02" "updated_at" => string(19) "2024-05-02 11:16:39" "copy_of" => NULL "user_contexts" => NULL ) protected _related => array(1) ( "language" => object Model_Language(45){ protected _primary_val => string(11) "native_name" protected _behaviours => array(1) ( "search" => object Behaviour_Search(6)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "language_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "language_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "translation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "translation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "live_version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "live_version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "lft" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "lft" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "rgt" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "rgt" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "level" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "template" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "template" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "full_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "full_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "type" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_private" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_private" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "no_index" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "no_index" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "copy_of" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "copy_of" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "23377" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(1) "1" "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => string(1) "1" "is_macro_language" => string(1) "0" "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => string(1) "1" "is_backend_language" => string(1) "1" "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(1) "1" "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => string(1) "1" "is_macro_language" => string(1) "0" "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => string(1) "1" "is_backend_language" => string(1) "1" "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "page_version" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _primary_val => string(11) "native_name" protected _behaviours => array(1) ( "search" => object Behaviour_Search(6)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "language_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "language_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "translation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "translation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "live_version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "live_version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "lft" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "lft" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "rgt" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "rgt" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "level" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "template" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "template" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "full_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "full_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "type" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_private" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_private" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "no_index" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "no_index" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "copy_of" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "copy_of" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "23377" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(1) "1" "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => string(1) "1" "is_macro_language" => string(1) "0" "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => string(1) "1" "is_backend_language" => string(1) "1" "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(1) "1" "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => string(1) "1" "is_macro_language" => string(1) "0" "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => string(1) "1" "is_backend_language" => string(1) "1" "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "page" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Page" ) ) protected _behaviours => array(3) ( "blame" => object Behaviour_Blame(7)private componentSorter => object Helper_Componentsorter(1){ protected _do_blame => bool TRUE protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fix_emptyversion" => object Behaviour_Fix_Emptyversion(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _has_many => array(1) ( "blocks" => array(4) ( "foreign_key" => string(10) "version_id" "through" => NULL "far_key" => string(8) "block_id" "model" => string(18) "Page_Version_Block" ) ) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(1) ( "override_blame" => string(5) "blame" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _primary_val => string(2) "id" protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(6) "257559" "page_id" => string(5) "23377" "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => string(1) "0" "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => string(1) "1" "is_visible" => NULL "slug" => string(14) "my_tour_detail" "name" => string(19) "Meine Tour (Detail)" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => string(2) "11" "created_by_user_id" => string(1) "1" "created_at" => string(19) "2024-02-06 16:02:16" "updated_at" => string(19) "2024-05-02 11:16:39" "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(6) "257559" "page_id" => string(5) "23377" "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => string(1) "0" "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => string(1) "1" "is_visible" => NULL "slug" => string(14) "my_tour_detail" "name" => string(19) "Meine Tour (Detail)" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => string(2) "11" "created_by_user_id" => string(1) "1" "created_at" => string(19) "2024-02-06 16:02:16" "updated_at" => string(19) "2024-05-02 11:16:39" "user_contexts" => NULL ) protected _related => array(1) ( "page" => object Model_Page(51){ protected _behaviours => array(8) ( "client" => object Behaviour_Client(6)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "page_version" protected _object_plural => string(13) "page_versions" protected _table_name => string(13) "page_versions" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target_page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "target_page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "embed_page" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "embed_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "257559" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _methods => array(3) ( 0 => string(36) "update_record_in_elasticsearch_index" 1 => string(27) "get_default_document_config" 2 => string(22) "get_target_page_config" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"translation" => object Behaviour_Translation(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _methods => array(10) ( 0 => string(18) "filter_translation" 1 => string(12) "translations" 2 => string(11) "translation" 3 => string(15) "add_translation" 4 => string(20) "add_page_translation" 5 => string(19) "available_languages" 6 => string(23) "get_alternate_href_lang" 7 => string(21) "published_translation" 8 => string(44) "get_published_dependent_language_translation" 9 => string(39) "get_published_base_language_translation" ) protected _belongs_to => array(1) ( "language" => array(2) ( "model" => string(8) "Language" "foreign_key" => string(11) "language_id" ) ) protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ protected _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "clearance" => array(1) ( "options" => array(3) ( "rule" => string(9) "cms_pages" "route" => string(16) "backend/cms/page" "name" => string(4) "name" ) ) ) protected _belongs_to => array(0) protected _has_many => array(1) ( "workflows" => array(2) ( "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record_primary_key => NULL protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected use_scope => bool TRUE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) protected _draft => NULL protected _cleared => NULL protected _live => NULL protected _has_many => array(3) ( "workflows" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(11) "workflow_id" "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) "roles" => array(4) ( "foreign_key" => string(7) "page_id" "through" => string(11) "roles_pages" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "versions" => array(4) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_one => array(1) ( "live_version" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(12) "Page_Version" ) ) protected _belongs_to => array(2) ( "language" => array(2) ( "foreign_key" => string(11) "language_id" "model" => string(8) "Language" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _primary_val => string(4) "name" protected _roles => array(0) public tree => NULL protected left_column => string(3) "lft" protected right_column => string(3) "rgt" protected level_column => string(5) "level" protected scope_column => string(5) "scope" protected _methods => array(20) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "update_record_in_elasticsearch_index" => string(8) "fulltext" "get_default_document_config" => string(8) "fulltext" "get_target_page_config" => string(8) "fulltext" "filter_translation" => string(11) "translation" "translations" => string(11) "translation" "translation" => string(11) "translation" "add_translation" => string(11) "translation" "add_page_translation" => string(11) "translation" "available_languages" => string(11) "translation" "get_alternate_href_lang" => string(11) "translation" "published_translation" => string(11) "translation" "get_published_dependent_language_translation" => string(11) "translation" "get_published_base_language_translation" => string(11) "translation" "workflow" => string(8) "workflow" "workflow_options" => string(8) "workflow" "add_activity" => string(8) "tracking" "uniqid" => string(6) "uniqid" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(5) "23377" "client_id" => string(2) "77" "language_id" => string(1) "1" "translation_hash" => string(13) "659d55d621146" "scope" => string(4) "main" "live_version_id" => string(6) "257559" "lft" => string(3) "238" "rgt" => string(3) "239" "level" => string(1) "1" "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(19) "Meine Tour (Detail)" "navigation_name" => string(0) "" "slug" => string(14) "my_tour_detail" "full_slug" => string(14) "my_tour_detail" "type" => string(4) "page" "is_visible" => string(1) "0" "is_active" => string(1) "1" "is_private" => string(1) "0" "no_index" => string(1) "0" "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2024-01-09 15:19:02" "updated_at" => string(19) "2024-05-02 11:16:39" "copy_of" => NULL "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(5) "23377" "client_id" => string(2) "77" "language_id" => string(1) "1" "translation_hash" => string(13) "659d55d621146" "scope" => string(4) "main" "live_version_id" => string(6) "257559" "lft" => string(3) "238" "rgt" => string(3) "239" "level" => string(1) "1" "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(19) "Meine Tour (Detail)" "navigation_name" => string(0) "" "slug" => string(14) "my_tour_detail" "full_slug" => string(14) "my_tour_detail" "type" => string(4) "page" "is_visible" => string(1) "0" "is_active" => string(1) "1" "is_private" => string(1) "0" "no_index" => string(1) "0" "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2024-01-09 15:19:02" "updated_at" => string(19) "2024-05-02 11:16:39" "copy_of" => NULL "user_contexts" => NULL ) protected _related => array(1) ( "language" => object Model_Language(45){ protected _primary_val => string(11) "native_name" protected _behaviours => array(1) ( "search" => object Behaviour_Search(6)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "language_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "language_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "translation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "translation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "live_version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "live_version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "lft" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "lft" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "rgt" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "rgt" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "level" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "template" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "template" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "full_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "full_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "type" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_private" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_private" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "no_index" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "no_index" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "copy_of" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "copy_of" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "23377" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(1) "1" "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => string(1) "1" "is_macro_language" => string(1) "0" "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => string(1) "1" "is_backend_language" => string(1) "1" "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(1) "1" "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => string(1) "1" "is_macro_language" => string(1) "0" "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => string(1) "1" "is_backend_language" => string(1) "1" "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _identifier => string(0) "" public last_query => string(367) "SELECT component_visit_tours_user_tour_detail.id AS id, component_visit_tours_user_tour_detail.created_at AS created_at, compone …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "page_version" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ private pageinfo => object Helper_Pageinfo(6)private pageinfo => object Helper_Pageinfo(6){ private mnemonicLanguageMapping => array(7) ( 1 => string(2) "de" 2 => string(2) "en" 3 => string(2) "fr" 4 => string(2) "es" 5 => string(2) "it" 6 => string(2) "nl" 7 => string(2) "dl" ) private eventDetailPageSlugs => array(2) ( 0 => string(12) "event_detail" 1 => string(16) "evenement_detail" ) private articleDetailPageSlugs => array(2) ( 0 => string(14) "artikelansicht" 1 => string(13) "artikeldetail" ) private domain => string(25) "app.sb-staging.hgcloud.de" private path => string(15) "/my_tour_detail" private pageId => integer 0 }}{ private mnemonicLanguageMapping => array(7) ( 1 => string(2) "de" 2 => string(2) "en" 3 => string(2) "fr" 4 => string(2) "es" 5 => string(2) "it" 6 => string(2) "nl" 7 => string(2) "dl" ) private eventDetailPageSlugs => array(2) ( 0 => string(12) "event_detail" 1 => string(16) "evenement_detail" ) private articleDetailPageSlugs => array(2) ( 0 => string(14) "artikelansicht" 1 => string(13) "artikeldetail" ) private domain => string(25) "app.sb-staging.hgcloud.de" private path => string(15) "/my_tour_detail" private pageId => integer 0 }public auto_render => bool TRUE public request => object Request(20){ private _url_params => array(0) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)public response => object Response(5){ protected _filters => array(0) protected _uri => string(8) "(<slug>)" protected _regex => array(1) ( "slug" => string(100) "((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*" ) protected _defaults => array(4) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" "language_iso_639_1" => string(2) "de" ) protected _route_regex => string(121) "#^(?:(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Page" protected _action => string(5) "index" protected _uri => string(14) "my_tour_detail" protected _external => bool FALSE protected _params => array(3) ( "slug" => string(14) "my_tour_detail" "language_iso_639_1" => string(2) "de" "page_version_id" => string(6) "257559" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _previous_environment => NULL protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}{ protected _status => integer 200 protected _header => object HTTP_Header(0)}{ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }89 90 // Create a new instance of the controller 91 $controller = $class->newInstance($request, $response); 92 93 // Run the controller's execute() method 94 $response = $class->getMethod('execute')->invoke($controller); 95 96 if ( ! $response instanceof Response) 97 { 98 // Controller failed to return a Response. 99 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(20)
{ private _url_params => array(0) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(8) "(<slug>)" protected _regex => array(1) ( "slug" => string(100) "((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*" ) protected _defaults => array(4) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" "language_iso_639_1" => string(2) "de" ) protected _route_regex => string(121) "#^(?:(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Page" protected _action => string(5) "index" protected _uri => string(14) "my_tour_detail" protected _external => bool FALSE protected _params => array(3) ( "slug" => string(14) "my_tour_detail" "language_iso_639_1" => string(2) "de" "page_version_id" => string(6) "257559" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _previous_environment => NULL protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
MODPATH/synergy/core/classes/Request.php [ 83 ] » Kohana_Request_Client->execute(arguments)
0object Request(20)
{ private _url_params => array(0) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(8) "(<slug>)" protected _regex => array(1) ( "slug" => string(100) "((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*" ) protected _defaults => array(4) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" "language_iso_639_1" => string(2) "de" ) protected _route_regex => string(121) "#^(?:(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Page" protected _action => string(5) "index" protected _uri => string(14) "my_tour_detail" protected _external => bool FALSE protected _params => array(3) ( "slug" => string(14) "my_tour_detail" "language_iso_639_1" => string(2) "de" "page_version_id" => string(6) "257559" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _previous_environment => NULL protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}78 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 79 ':uri' => $this->_uri, 80 )); 81 } 82 83 return $this->_client->execute($this); 84 } 85 86 /** 87 * Retrieves a value from the url parameters (slug or $_GET). 88 * -
DOCROOT/index.php [ 123 ] » Request->execute()
118 /** 119 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 120 * If no source is specified, the URI will be automatically detected. 121 */ 122 echo Request::factory(TRUE, array(), FALSE) 123 ->execute() 124 ->send_headers(TRUE) 125 ->body(); 126 } 127 128 /**
Environment
Included files (492)
DOCROOT/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/Kohana/Core.php |
SYSPATH/classes/Kohana.php |
APPPATH/config/environment.php |
APPPATH/classes/Kohana/Exception.php |
SYSPATH/classes/Kohana/Kohana/Exception.php |
SYSPATH/classes/Log.php |
SYSPATH/classes/Kohana/Log.php |
SYSPATH/classes/Config.php |
SYSPATH/classes/Kohana/Config.php |
MODPATH/synergy/core/init.php |
MODPATH/synergy/core/classes/File.php |
MODPATH/synergy/core/classes/Motor/File.php |
SYSPATH/classes/Kohana/File.php |
SYSPATH/classes/Route.php |
SYSPATH/classes/Kohana/Route.php |
MODPATH/autoload.php |
MODPATH/composer/autoload_real.php |
MODPATH/composer/platform_check.php |
MODPATH/composer/ClassLoader.php |
MODPATH/composer/autoload_static.php |
MODPATH/symfony/polyfill-php80/bootstrap.php |
MODPATH/symfony/polyfill-ctype/bootstrap.php |
MODPATH/symfony/polyfill-mbstring/bootstrap.php |
MODPATH/symfony/deprecation-contracts/function.php |
MODPATH/react/promise/src/functions_include.php |
MODPATH/react/promise/src/functions.php |
MODPATH/symfony/polyfill-intl-grapheme/bootstrap.php |
MODPATH/symfony/polyfill-intl-normalizer/bootstrap.php |
MODPATH/symfony/string/Resources/functions.php |
MODPATH/swiftmailer/swiftmailer/lib/swift_required.php |
MODPATH/swiftmailer/swiftmailer/lib/classes/Swift.php |
MODPATH/symfony/polyfill-php73/bootstrap.php |
MODPATH/symfony/polyfill-php73/Php73.php |
MODPATH/zendframework/zend-cache/autoload/patternPluginManagerPolyfill.php |
MODPATH/zendframework/zend-servicemanager/src/ServiceManager.php |
MODPATH/zendframework/zend-servicemanager/src/ServiceLocatorInterface.php |
MODPATH/psr/container/src/ContainerInterface.php |
MODPATH/container-interop/container-interop/src/Interop/Container/ContainerInterface.php |
MODPATH/zendframework/zend-cache/src/PatternPluginManager/PatternPluginManagerV3Polyfill.php |
MODPATH/zendframework/zend-servicemanager/src/AbstractPluginManager.php |
MODPATH/zendframework/zend-servicemanager/src/PluginManagerInterface.php |
MODPATH/zendframework/zend-cache/src/PatternPluginManager/PatternPluginManagerTrait.php |
MODPATH/elasticsearch/elasticsearch/src/autoload.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/HotThreads.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AbstractEndpoint.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Info.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Stats.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Usage.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/GetSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/PutSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ClearCache.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetMapping.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutMapping.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsType.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Upgrade.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetScript.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/PutScript.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DeleteScript.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetSource.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ExistsSource.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Tasks/ListTasks.php |
MODPATH/ezyang/htmlpurifier/library/HTMLPurifier.composer.php |
MODPATH/khanamiryan/qrcode-detector-decoder/lib/Common/customFunctions.php |
SYSPATH/classes/Log/File.php |
SYSPATH/classes/Kohana/Log/File.php |
SYSPATH/classes/Log/Writer.php |
SYSPATH/classes/Kohana/Log/Writer.php |
SYSPATH/classes/Config/File.php |
SYSPATH/classes/Kohana/Config/File.php |
SYSPATH/classes/Kohana/Config/File/Reader.php |
SYSPATH/classes/Kohana/Config/Reader.php |
SYSPATH/classes/Kohana/Config/Source.php |
MODPATH/synergy/core/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
APPPATH/config/base.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
SYSPATH/classes/Cookie.php |
SYSPATH/classes/Kohana/Cookie.php |
MODPATH/synergy/core/classes/I18n.php |
SYSPATH/classes/Kohana/I18n.php |
APPPATH/config/modules.php |
DOCROOT/modules/app.saarbruecken.de/init.php |
MODPATH/synergy/backend/classes/Rule.php |
MODPATH/synergy/backend/classes/Motor/Rule.php |
MODPATH/synergy/backend/i18n/de/backend/core.php |
MODPATH/synergy/event/i18n/de/backend/core.php |
DOCROOT/modules/delivery-service/i18n/de/backend/core.php |
DOCROOT/modules/_base/i18n/de/backend/core.php |
DOCROOT/modules/einkaufen.saarbruecken.de/i18n/de/backend/core.php |
MODPATH/synergy/core/i18n/de.php |
MODPATH/synergy/backend/classes/Rule/Rule.php |
MODPATH/synergy/backend/classes/Motor/Rule/Rule.php |
MODPATH/synergy/event/i18n/de/plugin/event.php |
DOCROOT/modules/_base/i18n/de/plugin/event.php |
MODPATH/synergy/backend/classes/Rule/Action/Select.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Select.php |
MODPATH/synergy/backend/classes/Rule/Action/Default.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Default.php |
MODPATH/synergy/backend/classes/Rule/Action/Checkbox.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Checkbox.php |
MODPATH/synergy/backend/i18n/de/module/article.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/backend/user.php |
MODPATH/synergy/backend/classes/Component.php |
MODPATH/synergy/backend/classes/Motor/Component.php |
DOCROOT/modules/_base/i18n/de/backend/sb/ad.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/backend/sb/ad.php |
MODPATH/synergy/backend/classes/Component/Component.php |
MODPATH/synergy/backend/classes/Motor/Component/Component.php |
DOCROOT/modules/_base/config/components.php |
MODPATH/synergy/backend/i18n/de/backend/component.php |
DOCROOT/modules/_base/i18n/de/backend/component.php |
DOCROOT/modules/einkaufen.saarbruecken.de/i18n/de/backend/component.php |
DOCROOT/modules/digitales_gedenken/i18n/de/backend/component.php |
MODPATH/synergy/backend/i18n/de/backend/page.php |
MODPATH/synergy/formbuilder/i18n/de/plugin/formbuilder.php |
DOCROOT/modules/_base/i18n/de/plugin/formbuilder.php |
MODPATH/synergy/glossary/i18n/de/plugin/glossary.php |
MODPATH/synergy/fulltext/i18n/de/plugin/fulltext.php |
MODPATH/synergy/youtube/i18n/de/backend/youtube.php |
MODPATH/synergy/share-this-page/i18n/de/plugin/share_this_page.php |
MODPATH/synergy/newsletter/i18n/de/plugin/newsletter.php |
MODPATH/synergy/littersort/i18n/de/plugin/litter.php |
MODPATH/synergy/construction-site/i18n/de/plugin/construction_site.php |
DOCROOT/modules/_base/i18n/de/plugin/construction_site.php |
MODPATH/synergy/allocation-plan/i18n/de/backend/allocation_plan.php |
MODPATH/synergy/accomodation/i18n/de/backend/accomodation.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/backend/general.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/component/app_dashboard.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/general_topics.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/component/shortcuts.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/component/articles.php |
DOCROOT/modules/digitales_gedenken/init.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Data/Correction.php |
DOCROOT/modules/_base/classes/Model/Base.php |
MODPATH/synergy/core/classes/Model/Motor/Base.php |
MODPATH/synergy/core/classes/ORM.php |
MODPATH/koseven/koseven/modules/orm/classes/Kohana/ORM.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
MODPATH/synergy/core/classes/Trait/Orm/Rule.php |
MODPATH/synergy/core/classes/Trait/Orm/Paginate.php |
DOCROOT/modules/digitales_gedenken/i18n/de/backend/victims.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Person.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Location.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Location/Synonym.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Siglen.php |
DOCROOT/modules/digitales_gedenken/i18n/de/frontend/victim/siglen.php |
DOCROOT/modules/einkaufen.saarbruecken.de/init.php |
DOCROOT/modules/einkaufen.saarbruecken.de/i18n/de/frontend/sb/saarbruecken_einkaufen.php |
APPPATH/i18n/de/frontend/sb/saarbruecken_einkaufen.php |
DOCROOT/modules/geniessen.saarbruecken.de/init.php |
DOCROOT/modules/geniessen.saarbruecken.de/i18n/de/frontend/sb/saarbruecken_geniessen.php |
APPPATH/i18n/de/frontend/sb/saarbruecken_geniessen.php |
DOCROOT/modules/saarbahn.de/init.php |
DOCROOT/modules/_base/i18n/de/backend/sb/component.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/backend/sb/component.php |
DOCROOT/modules/saarbahn.de/i18n/de/backend/saarbahn/timetable.php |
DOCROOT/modules/saarbahn.de/i18n/de/backend/saarbahn/complaint/management.php |
DOCROOT/modules/saarbruecker-stadtwerke.de/init.php |
DOCROOT/modules/saarbruecker-stadtwerke.de/i18n/de/backend/sb/notice.php |
DOCROOT/modules/_base/init.php |
MODPATH/synergy/core/classes/Event/Dispatcher.php |
MODPATH/synergy/core/classes/Motor/Event/Dispatcher.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php |
MODPATH/synergy/social-media/config/event_dispatcher.php |
DOCROOT/modules/_base/config/event_dispatcher.php |
DOCROOT/modules/_base/i18n/de/frontend/component/maengelmelder.php |
DOCROOT/modules/_base/classes/Model/Maengelmelder/Quarter.php |
DOCROOT/modules/_base/i18n/de/backend/component/maengelmelder.php |
DOCROOT/modules/_base/classes/Model/Maengelmelder/Category.php |
DOCROOT/modules/_base/i18n/de/backend/service.php |
DOCROOT/modules/_base/i18n/de/backend/appointment.php |
DOCROOT/modules/_base/i18n/de/backend/sb/advertisement.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/backend/sb/advertisement.php |
DOCROOT/modules/_base/i18n/de/backend/city/project.php |
DOCROOT/modules/_base/i18n/de/backend/audio_codes.php |
DOCROOT/modules/_base/i18n/de/backend/citizen/offers.php |
DOCROOT/modules/_base/i18n/de/backend/component/audio_player.php |
DOCROOT/modules/_base/i18n/de/backend/component/movie/category/teaser.php |
DOCROOT/modules/_base/i18n/de/backend/component/movie/screeningday/teaser.php |
DOCROOT/modules/_base/i18n/de/backend/component/movie/custom/teaser.php |
DOCROOT/modules/_base/i18n/de/backend/component/appointment.php |
DOCROOT/modules/_base/i18n/de/backend/component/faq.php |
DOCROOT/modules/_base/i18n/de/backend/component/voting/address/directory/search.php |
DOCROOT/modules/_base/i18n/de/backend/component/card/row.php |
DOCROOT/modules/_base/i18n/de/backend/component/quote.php |
MODPATH/synergy/movie-database/i18n/de/backend/movie_database.php |
DOCROOT/modules/_base/i18n/de/backend/movie_database.php |
DOCROOT/modules/_base/i18n/de/backend/component/movie/favlist.php |
DOCROOT/modules/_base/i18n/de/backend/component/movie/calendar.php |
DOCROOT/modules/_base/i18n/de/backend/component/icon/box.php |
DOCROOT/modules/_base/i18n/de/backend/component/spoparlogo.php |
DOCROOT/modules/_base/i18n/de/backend/component/event/lslist.php |
DOCROOT/modules/_base/i18n/de/backend/component/visitor_traffic_lights.php |
DOCROOT/modules/_base/i18n/de/backend/component/hero/banner.php |
DOCROOT/modules/app_teaser/init.php |
DOCROOT/modules/app_teaser/i18n/de/app_teaser.php |
DOCROOT/modules/componentpopupoverride/init.php |
MODPATH/synergy/conversation/config/plugin_conversation.php |
DOCROOT/modules/_base/config/plugin_conversation.php |
MODPATH/synergy/conversation/i18n/de/plugin/conversation.php |
MODPATH/synergy/wedding-dates/i18n/de/backend/wedding_date.php |
MODPATH/synergy/shariff/i18n/de/plugin/shariff.php |
DOCROOT/modules/_base/i18n/de/plugin/shariff.php |
DOCROOT/modules/delivery-service/init.php |
DOCROOT/modules/delivery-service/i18n/de/backend/delivery/services.php |
DOCROOT/modules/saarvv_reports/init.php |
DOCROOT/modules/saarvv_reports/i18n/de/saarvv_reports/general.php |
DOCROOT/modules/_sb_migrate/init.php |
DOCROOT/modules/sms_parking/init.php |
DOCROOT/modules/sms_parking/i18n/de/sms_parking/general.php |
DOCROOT/modules/trash_calculator/init.php |
DOCROOT/modules/trash_calculator/i18n/de/trash_calculator/general.php |
DOCROOT/modules/trash_calendar/init.php |
DOCROOT/modules/trash_calendar/i18n/de/trash_calendar/general.php |
DOCROOT/modules/visit-location/init.php |
DOCROOT/modules/visit-location/i18n/de/backend/visit/location/poi.php |
DOCROOT/modules/visit-location/i18n/de/backend/visit/location/gastronomy.php |
DOCROOT/modules/visit-location/i18n/de/backend/visit/tours/tour.php |
DOCROOT/modules/visit-location/i18n/de/gastro_search.php |
DOCROOT/modules/visit-location/i18n/de/gastro_detail.php |
DOCROOT/modules/visit-location/i18n/de/poi_search.php |
DOCROOT/modules/visit-location/i18n/de/poi_detail.php |
DOCROOT/modules/visit-location/i18n/de/tour_search.php |
DOCROOT/modules/visit-location/i18n/de/tour_detail.php |
DOCROOT/modules/visit-location/i18n/de/tour_mytour_list.php |
DOCROOT/modules/visit-location/i18n/de/tour_mytour_detail.php |
DOCROOT/modules/top_tips/init.php |
DOCROOT/modules/top_tips/i18n/de/top_tips/general.php |
DOCROOT/modules/towed-vehicles/init.php |
DOCROOT/modules/towed-vehicles/i18n/de/towed_vehicle.php |
DOCROOT/modules/random_suggestions/init.php |
DOCROOT/modules/random_suggestions/i18n/de/random_suggestions/general.php |
DOCROOT/modules/redirects/init.php |
DOCROOT/modules/redirects/i18n/de/redirect/redirect.php |
DOCROOT/modules/rent_calculator/init.php |
DOCROOT/modules/rent_calculator/i18n/de/rent_calculator/general.php |
DOCROOT/modules/hg_synergy/polls/init.php |
DOCROOT/modules/hg_synergy/polls/i18n/de/component/question/multiple_choice.php |
DOCROOT/modules/hg_synergy/polls/i18n/de/component/poll/show.php |
DOCROOT/modules/hg_synergy/polls/classes/Model/Poll.php |
DOCROOT/modules/hg_synergy/polls/i18n/de/backend/polls.php |
MODPATH/synergy/accomodation/init.php |
MODPATH/synergy/address/init.php |
MODPATH/synergy/address/i18n/de/plugin/address.php |
MODPATH/synergy/allocation-plan/init.php |
MODPATH/synergy/component-generic/init.php |
MODPATH/synergy/component-responsive/init.php |
MODPATH/synergy/construction-site/init.php |
MODPATH/synergy/conversation/init.php |
MODPATH/synergy/conversation/i18n/de/plugin/conversation/group.php |
MODPATH/synergy/conversation/config/event_plugin_conversation.php |
MODPATH/synergy/downloads-with-preview-image/init.php |
MODPATH/synergy/downloads-with-preview-image/i18n/de/plugin/download_image.php |
MODPATH/synergy/dummy/init.php |
MODPATH/synergy/dummy/i18n/de/plugin/dummy.php |
MODPATH/synergy/event/init.php |
MODPATH/synergy/formbuilder/init.php |
MODPATH/synergy/fulltext/init.php |
MODPATH/synergy/glossary/init.php |
MODPATH/synergy/littersort/init.php |
MODPATH/synergy/movie-database/init.php |
MODPATH/synergy/newsletter/init.php |
MODPATH/synergy/points-of-interest/init.php |
MODPATH/synergy/points-of-interest/i18n/de/backend/poi.php |
MODPATH/synergy/recaptcha-invisible/init.php |
MODPATH/synergy/shariff/init.php |
MODPATH/synergy/backend/i18n/de/backend/cms.php |
DOCROOT/modules/_base/i18n/de/backend/cms.php |
MODPATH/synergy/share-this-page/init.php |
MODPATH/synergy/shortlink/init.php |
MODPATH/synergy/shortlink/i18n/de/plugin/shortlink.php |
MODPATH/synergy/slideshow-simple/init.php |
MODPATH/synergy/slideshow-simple/i18n/de/backend/component/slideshow.php |
MODPATH/synergy/slideshow-simple/i18n/de/backend/cms/slideshow.php |
MODPATH/synergy/snippetable/init.php |
MODPATH/synergy/social-media/init.php |
MODPATH/synergy/wedding-dates/init.php |
MODPATH/synergy/youtube/init.php |
MODPATH/synergy/backend/init.php |
MODPATH/synergy/backend/i18n/de/backend/address.php |
DOCROOT/modules/_base/i18n/de/backend/address.php |
MODPATH/synergy/backend/i18n/de/backend/admin.php |
MODPATH/synergy/backend/i18n/de/backend/media.php |
DOCROOT/modules/_base/i18n/de/backend/media.php |
MODPATH/synergy/email/init.php |
MODPATH/synergy/migrations/init.php |
MODPATH/synergy/migrations/classes/Flexiblemigrations.php |
MODPATH/synergy/migrations/classes/Kohana/Flexiblemigrations.php |
MODPATH/synergy/migrations/config/config.php |
MODPATH/synergy/pdf/init.php |
MODPATH/synergy/php7-migration/init.php |
MODPATH/koseven/koseven/modules/cache/classes/Cache.php |
MODPATH/koseven/koseven/modules/cache/classes/Kohana/Cache.php |
MODPATH/koseven/koseven/modules/cache/config/cache.php |
MODPATH/synergy/core/config/cache.php |
APPPATH/config/cache.php |
MODPATH/koseven/koseven/modules/cache/classes/Cache/File.php |
MODPATH/koseven/koseven/modules/cache/classes/Kohana/Cache/File.php |
MODPATH/koseven/koseven/modules/cache/classes/Cache/GarbageCollect.php |
MODPATH/koseven/koseven/modules/cache/classes/Kohana/Cache/GarbageCollect.php |
MODPATH/synergy/core/classes/Request.php |
SYSPATH/classes/Kohana/Request.php |
SYSPATH/classes/HTTP/Request.php |
SYSPATH/classes/Kohana/HTTP/Request.php |
SYSPATH/classes/HTTP/Message.php |
SYSPATH/classes/Kohana/HTTP/Message.php |
MODPATH/synergy/core/classes/HTTP.php |
SYSPATH/classes/Kohana/HTTP.php |
SYSPATH/classes/HTTP/Header.php |
SYSPATH/classes/Kohana/HTTP/Header.php |
SYSPATH/classes/Request/Client/Internal.php |
SYSPATH/classes/Kohana/Request/Client/Internal.php |
MODPATH/synergy/core/classes/Request/Client.php |
SYSPATH/classes/Kohana/Request/Client.php |
SYSPATH/classes/Response.php |
SYSPATH/classes/Kohana/Response.php |
SYSPATH/classes/HTTP/Response.php |
SYSPATH/classes/Kohana/HTTP/Response.php |
SYSPATH/classes/Profiler.php |
SYSPATH/classes/Kohana/Profiler.php |
DOCROOT/modules/_base/classes/Controller/Page.php |
DOCROOT/modules/app.saarbruecken.de/classes/Controller/Motor/Page.php |
DOCROOT/modules/_base/classes/Controller/Template.php |
SYSPATH/classes/Kohana/Controller/Template.php |
MODPATH/synergy/core/classes/Controller.php |
SYSPATH/classes/Kohana/Controller.php |
MODPATH/synergy/varnish-cache/classes/Trait/VarnishControllerTemplate.php |
MODPATH/synergy/varnish-cache/classes/Trait/VarnishPage.php |
MODPATH/synergy/smarty/classes/View.php |
MODPATH/synergy/smarty/classes/Synergy/Smarty/View.php |
SYSPATH/classes/Kohana/View.php |
MODPATH/synergy/smarty/classes/Smarty/Wrapper.php |
MODPATH/synergy/smarty/classes/Synergy/Smarty/Wrapper.php |
MODPATH/synergy/smarty/config/smarty.php |
DOCROOT/modules/_base/config/smarty.php |
MODPATH/synergy/backend/classes/Model/Domain.php |
MODPATH/synergy/core/classes/Event.php |
MODPATH/synergy/core/classes/Motor/Event.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php |
DOCROOT/modules/_base/classes/Behaviour.php |
SYSPATH/classes/Text.php |
SYSPATH/classes/Kohana/Text.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
SYSPATH/utf8/ucfirst.php |
MODPATH/synergy/core/classes/Behaviour/Search.php |
MODPATH/synergy/core/classes/Behaviour/Client.php |
SYSPATH/classes/Inflector.php |
SYSPATH/classes/Kohana/Inflector.php |
SYSPATH/config/inflector.php |
MODPATH/koseven/koseven/modules/database/classes/Database.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database.php |
MODPATH/koseven/koseven/modules/database/config/database.php |
DOCROOT/modules/digitales_gedenken/config/database.php |
APPPATH/config/database.php |
MODPATH/synergy/core/classes/Database/PDO.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/PDO.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Result/Cached.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Result/Cached.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Result.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Result.php |
MODPATH/koseven/koseven/modules/database/classes/DB.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/DB.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder/Select.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder/Select.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder/Where.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder/Where.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query.php |
DOCROOT/modules/_base/classes/Model/Client.php |
DOCROOT/modules/_base/classes/Model/Base/Client.php |
SYSPATH/classes/Session.php |
SYSPATH/classes/Kohana/Session.php |
SYSPATH/config/session.php |
MODPATH/koseven/koseven/modules/database/config/session.php |
SYSPATH/classes/Session/Native.php |
SYSPATH/classes/Kohana/Session/Native.php |
DOCROOT/modules/_base/classes/Model/Language.php |
DOCROOT/modules/_base/classes/Helper/Pageinfo.php |
MODPATH/synergy/core/classes/URL.php |
SYSPATH/classes/Kohana/URL.php |
DOCROOT/modules/redirects/classes/Model/Redirect.php |
MODPATH/synergy/core/classes/Behaviour/Blame.php |
DOCROOT/modules/_base/classes/Model/Shortlink.php |
DOCROOT/modules/_base/classes/Behaviour/Translation.php |
DOCROOT/modules/_base/classes/Model/Page.php |
MODPATH/synergy/core/classes/Model/Motor/Nested.php |
MODPATH/synergy/nested-set/classes/Kohana/ORM/Nested/Sets.php |
DOCROOT/modules/_base/classes/Behaviour/Implode.php |
DOCROOT/modules/_base/classes/Behaviour/Fulltext.php |
MODPATH/synergy/backend/classes/Behaviour/Workflow.php |
MODPATH/synergy/core/classes/Behaviour/Tracking.php |
MODPATH/synergy/core/classes/Behaviour/Uniqid.php |
DOCROOT/modules/_base/classes/Model/Page/Version.php |
DOCROOT/modules/_base/classes/Behaviour/Fix/Emptyversion.php |
DOCROOT/modules/_base/config/dependent_languages.php |
DOCROOT/modules/app.saarbruecken.de/classes/Helper/Componentsorter.php |
DOCROOT/modules/_base/classes/Model/Client/Default/Page.php |
MODPATH/synergy/varnish-cache/classes/Helper/Varnish.php |
MODPATH/synergy/core/classes/Motor/Auth.php |
APPPATH/config/auth_user.php |
MODPATH/synergy/backend/classes/Motor/Auth/User.php |
MODPATH/koseven/koseven/modules/auth/config/auth.php |
APPPATH/config/auth.php |
DOCROOT/modules/app.saarbruecken.de/classes/Helper/App/User.php |
DOCROOT/modules/app.saarbruecken.de/classes/Model/App/User/Session.php |
DOCROOT/modules/_base/classes/Helper/UrlBuilder.php |
MODPATH/synergy/backend/config/project.php |
MODPATH/synergy/points-of-interest/config/project.php |
MODPATH/synergy/event/config/project.php |
DOCROOT/modules/visit-location/config/project.php |
DOCROOT/modules/_base/config/project.php |
DOCROOT/modules/einkaufen.saarbruecken.de/config/project.php |
MODPATH/synergy/backend/config/default_pages.php |
MODPATH/synergy/share-this-page/config/default_pages.php |
MODPATH/synergy/newsletter/config/default_pages.php |
MODPATH/synergy/fulltext/config/default_pages.php |
DOCROOT/modules/_base/config/default_pages.php |
DOCROOT/modules/_base/i18n/de/project.php |
DOCROOT/modules/max-ophuels-preis.de/config/default_pages.php |
DOCROOT/modules/einkaufen.saarbruecken.de/config/default_pages.php |
DOCROOT/modules/digitales_gedenken/config/default_pages.php |
DOCROOT/modules/app.saarbruecken.de/config/default_pages.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/app.php |
DOCROOT/modules/visit-location/i18n/de/tours.php |
MODPATH/synergy/backend/classes/Model/Page/Version/Block.php |
DOCROOT/modules/_base/classes/Model/Component/Teaser.php |
MODPATH/synergy/component-responsive/classes/Model/Component/Responsive.php |
MODPATH/synergy/component-responsive/classes/Synergy/Model/Component/Responsive.php |
MODPATH/synergy/core/classes/Model/Component/Base.php |
MODPATH/synergy/core/classes/Model/Component/Motor/Base.php |
MODPATH/synergy/component-responsive/classes/Trait/Model/Responsive/Images.php |
MODPATH/synergy/component-responsive/classes/Trait/Model/Responsive/Grid.php |
MODPATH/synergy/component-responsive/classes/Responsive/Images.php |
MODPATH/synergy/component-responsive/config/responsive_images.php |
DOCROOT/modules/_base/config/responsive_images.php |
MODPATH/synergy/core/classes/Behaviour/Attachment.php |
MODPATH/synergy/core/classes/Model/Attachment.php |
MODPATH/synergy/core/classes/Model/Motor/Attachment.php |
DOCROOT/modules/_base/classes/Model/Page/Advertisement.php |
DOCROOT/modules/_base/classes/Helper/Page.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder/Join.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder/Join.php |
SYSPATH/config/url.php |
DOCROOT/modules/_base/config/url.php |
APPPATH/config/url.php |
MODPATH/synergy/core/classes/Page/Settings.php |
DOCROOT/modules/_base/classes/Helper/Weather.php |
DOCROOT/modules/app.saarbruecken.de/classes/Model/Weather.php |
DOCROOT/modules/_base/classes/Helper/Navigation.php |
SYSPATH/config/user_agents.php |
DOCROOT/modules/app.saarbruecken.de/classes/Model/Sort.php |
DOCROOT/modules/visit-location/classes/Model/Component/Visit/Tours/User/Tour/Detail.php |
DOCROOT/modules/visit-location/classes/Controller/Frontend/Component/Visit/Tours/User/Tour/Detail.php |
DOCROOT/modules/visit-location/classes/Trait/WithGoogleMapsTourMap.php |
DOCROOT/modules/visit-location/classes/Trait/WithGoogleMapsTourLink.php |
DOCROOT/modules/visit-location/classes/Trait/WithTourData.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
MODPATH/synergy/core/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
APPPATH/views/kohana/error.php |
Loaded extensions (58)
Core |
date |
libxml |
openssl |
pcre |
zlib |
filter |
hash |
Reflection |
SPL |
sodium |
session |
standard |
apache2handler |
mcrypt |
mysqlnd |
PDO |
xml |
apcu |
apc |
bz2 |
calendar |
ctype |
curl |
dom |
mbstring |
fileinfo |
ftp |
gd |
gettext |
iconv |
igbinary |
imagick |
intl |
json |
exif |
msgpack |
mysqli |
pdo_mysql |
Phar |
posix |
readline |
shmop |
SimpleXML |
soap |
sockets |
sysvmsg |
sysvsem |
sysvshm |
tokenizer |
wddx |
xmlreader |
xmlwriter |
xsl |
zip |
memcached |
Zend OPcache |
xdebug |
$_SERVER
REDIRECT_STATUS |
string(3) "200"
|
HTTP_ACCEPT |
string(3) "*/*"
|
HTTP_USER_AGENT |
string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
HTTP_ACCEPT_ENCODING |
string(23) "gzip, br, zstd, deflate"
|
HTTP_HOST |
string(25) "app.sb-staging.hgcloud.de"
|
HTTP_VIA |
string(45) "1.1 squid-proxy-5b5d847c96-zf5n8 (squid/6.13)"
|
HTTP_X_FORWARDED_FOR |
string(12) "10.1.177.104"
|
HTTP_CACHE_CONTROL |
string(14) "max-age=259200"
|
HTTP_CONNECTION |
string(10) "keep-alive"
|
PATH |
string(70) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
|
SERVER_SIGNATURE |
string(0) ""
|
SERVER_SOFTWARE |
string(6) "Apache"
|
SERVER_NAME |
string(25) "app.sb-staging.hgcloud.de"
|
SERVER_ADDR |
string(14) "185.104.204.92"
|
SERVER_PORT |
string(2) "80"
|
REMOTE_ADDR |
string(13) "216.73.216.80"
|
DOCUMENT_ROOT |
string(52) "/srv/www/hgcloud.de/www7-staging/sb/releases/current"
|
REQUEST_SCHEME |
string(4) "http"
|
CONTEXT_PREFIX |
string(0) ""
|
CONTEXT_DOCUMENT_ROOT |
string(52) "/srv/www/hgcloud.de/www7-staging/sb/releases/current"
|
SERVER_ADMIN |
string(24) "it-sysadmin@hausgross.de"
|
SCRIPT_FILENAME |
string(62) "/srv/www/hgcloud.de/www7-staging/sb/releases/current/index.php"
|
REMOTE_PORT |
string(5) "45023"
|
REDIRECT_URL |
string(15) "/my_tour_detail"
|
GATEWAY_INTERFACE |
string(7) "CGI/1.1"
|
SERVER_PROTOCOL |
string(8) "HTTP/1.1"
|
REQUEST_METHOD |
string(3) "GET"
|
QUERY_STRING |
string(0) ""
|
REQUEST_URI |
string(15) "/my_tour_detail"
|
SCRIPT_NAME |
string(10) "/index.php"
|
PATH_INFO |
string(15) "/my_tour_detail"
|
PATH_TRANSLATED |
string(34) "redirect:/index.php/my_tour_detail"
|
PHP_SELF |
string(25) "/index.php/my_tour_detail"
|
REQUEST_TIME_FLOAT |
float 1775409641,088 |
REQUEST_TIME |
integer 1775409641 |