$Model = object(Article) {
useTable => 'articles'
copyDefaults => array(
'contain' => array(
[maximum depth reached]
),
'unsets' => array(
[maximum depth reached]
)
)
exportDefaults => array(
'contain' => array(
[maximum depth reached]
),
'unsets' => array(
[maximum depth reached]
),
'fieldNames' => array(
[maximum depth reached]
)
)
actsAs => array(
'Containable' => null,
'Multivalidatable' => null,
'SxSluggable' => null,
'ElasticSearchIndexable' => null,
'SxArticle' => null,
'SxExpandable' => array(
[maximum depth reached]
),
'Multilingual' => array(
[maximum depth reached]
),
'Taggable' => null
)
belongsTo => array(
'User' => array(
[maximum depth reached]
),
'Office' => array(
[maximum depth reached]
),
'Formularconfig' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'Extsource' => array(
[maximum depth reached]
),
'Attachment' => array(
[maximum depth reached]
),
'Category' => array(
[maximum depth reached]
),
'Tag' => array(
[maximum depth reached]
)
)
hasMany => array(
'Menu' => array(
[maximum depth reached]
),
'Subarticle' => array(
[maximum depth reached]
)
)
validate => array(
'title' => array(
[maximum depth reached]
)
)
validationSets => array(
'vote' => array(
[maximum depth reached]
)
)
cacheQueries => false
transactional => true
multilingualJoinType => 'LEFT'
defaultContains => array()
searchFields => array()
validationDomain => 'default'
useDbConfig => 'default'
id => false
data => array()
schemaName => 'rlx_relexa'
table => 'articles'
primaryKey => 'id'
validationErrors => array()
tablePrefix => ''
plugin => null
name => 'Article'
alias => 'Article'
tableToModel => array(
'articles' => 'Subarticle',
'extsources' => 'Extsource',
'attachments' => 'Attachment',
'categories' => 'Category',
'tags' => 'Tag',
'formularconfigs' => 'Formularconfig',
'menus' => 'Menu',
'offices' => 'Office',
'extsourced' => 'Extsourced',
'attached' => 'Attached',
'categorized' => 'Categorized'
)
hasOne => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => 'first'
recursive => (int) 2
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
Extsource => object(Extsource) {}
Attachment => object(Attachment) {}
Category => object(Category) {}
locale => 'en'
LocaleModel => object(Model) {}
Tag => object(Tag) {}
Formularconfig => object(Formularconfig) {}
Menu => object(Menu) {}
Office => object(Office) {}
Subarticle => object(Article) {}
Extsourced => object(Extsourced) {}
Attached => object(Attached) {}
Categorized => object(Categorized) {}
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'user_id' => array(
[maximum depth reached]
),
'office_id' => array(
[maximum depth reached]
),
'formularconfig_id' => array(
[maximum depth reached]
),
'parent_id' => array(
[maximum depth reached]
),
'identifier' => array(
[maximum depth reached]
),
'is_root' => array(
[maximum depth reached]
),
'type' => array(
[maximum depth reached]
),
'layout' => array(
[maximum depth reached]
),
'has_teasertext' => array(
[maximum depth reached]
),
'teasertext' => array(
[maximum depth reached]
),
'moretext' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'slug' => array(
[maximum depth reached]
),
'content' => array(
[maximum depth reached]
),
'content2' => array(
[maximum depth reached]
),
'headline' => array(
[maximum depth reached]
),
'subline' => array(
[maximum depth reached]
),
'tags' => array(
[maximum depth reached]
),
'address' => array(
[maximum depth reached]
),
'lat' => array(
[maximum depth reached]
),
'lon' => array(
[maximum depth reached]
),
'extended_data' => array(
[maximum depth reached]
),
'extended_data_cfg' => array(
[maximum depth reached]
),
'keywords' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'order_value' => array(
[maximum depth reached]
),
'order_value2' => array(
[maximum depth reached]
),
'order_value3' => array(
[maximum depth reached]
),
'event_start' => array(
[maximum depth reached]
),
'event_end' => array(
[maximum depth reached]
),
'path' => array(
[maximum depth reached]
),
'vote' => array(
[maximum depth reached]
),
'vote_count' => array(
[maximum depth reached]
),
'freigegeben' => array(
[maximum depth reached]
),
'begin_publishing' => array(
[maximum depth reached]
),
'end_publishing' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
$result = array(
(int) 0 => array(
'Article' => array(
'id' => '51af43ee-f1ec-4fd2-8440-19a6ac10cd64',
'user_id' => '4e54feae-2830-4ccf-a310-08d8c0a8b222',
'office_id' => '4e54fdf0-fb68-4191-a0ad-08d8c0a8b222',
'formularconfig_id' => '',
'parent_id' => '',
'identifier' => null,
'is_root' => false,
'type' => 'Page',
'layout' => '',
'has_teasertext' => true,
'teasertext' => 'At relexa hotels you book secure - trust our data protection policy',
'moretext' => '',
'title' => 'Data protection',
'slug' => 'data-protection',
'content' => '<h4>
At relexa hotels you book secure - trust our data protection policy</h4>
<p>
During your booking process, we use the Secure Socket Layer with its <a href="http://en.wikipedia.org/wiki/Cryptographic_protocol" title="Cryptographic protocol">cryptographic protocols </a>that provide communication <a href="http://en.wikipedia.org/wiki/Security" title="Security">security</a> over the <a href="http://en.wikipedia.org/wiki/Internet" title="Internet">Internet</a>.<br />
The relexa hotel online booking service uses for its operation the Wildcard SSL Certificates to secure multiple sub domains. This ensures that sensitive data, such as address and credit card details for the purpose of payment information is exchanged exclusively via an encrypted Internet connection.<br />
The little padlock in the window of your browser shows you the encrypted transfer of your data.</p>
<p>
<img alt="" src="data:image/png;base64,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" /></p>
<p>
In addition, the URL (web page address) begins with the letters https:// which indicates a safe and secure booking site as well as for the paying process. The "s" in the URL stands for "safe / secure" and gives you the assurance that your data will be transferred to the respective relexa hotel to complete your booking.<br />
<br />
Your data will <strong>be used solely for the purpose of your reservation</strong> and cannot be viewed by third parties due to the SSL encryption.<br />
Please find <a href="https://sealinfo.thawte.com/thawtesplash?form_file=fdf/thawtesplash.fdf&lang=en&dn=https://booking.ihotelier.com" target="_blank">here the security protocol</a> for your online booking at relexa hotels.<br />
</p>
<h4>
<strong>Relexa hotels offer you to cancel your booking free of charge until 6pm on day of arrival.</strong></h4>
<p>
(Except for meeting and event, group travel, cure treatments and certain arrangements as per hotel / booking details).<br />
<br />
If you have booked your trip and you cannot travel due to illness, important appointments or other reasons which prevent your journey to us, you can cancel the booking before 6pm with no cancellation fee. This does not include booking for meeting and events, group travel, cure treatments and certain arrangements as per hotel / booking details. Please call or send an e-mail / fax to the appropriate relexa hotel in time (or as per contract) to cancel your journey, arrangement or booking.<br />
<br />
For cancellation later than 6pm fees may occur as <a href="http://www.relexa-hotels.de/en/agb" target="_blank">per Point 5 in General Terms and Conditions</a>.<br />
<br />
We wish you a pleasant stay at your relexa hotel!</p>',
'content2' => null,
'headline' => 'Data protection and free cancellation until 6pm ',
'subline' => '',
'tags' => '',
'address' => '',
'lat' => '',
'lon' => '',
'extended_data' => null,
'extended_data_cfg' => '{"Article":{"popup":0,"newwindow":0,"extsource_generate_childs":0,"extsource_copy_attachments":0,"extsource_copy_tags":0,"noindex":0,"nofollow":0},"Search":{"enable":0,"customsearch":0,"single_domain":0,"limit":"","model":"","contain":"","sort":"","more":""},"Product":{"has_variantes":0,"voucherable":1,"price":"","originalprice":"","cost":"","taxrate":"19","articelnr":"","articelnr_intern":"","articelnr_manufacturer":"","ean":"","weight":"","length":"","width":"","height":"","deliverytime":"","stock":"","minstock":"","sale":0,"shippingcosts":""},"Price":{"min":"","max":"","prefix":"","suffix":""},"Custom":{"arrangement_childagerage_0":"","arrangement_childagerage_1":"","arrangement_childagerage_2":"","arrangement_rooms_price__0":"","arrangement_rooms_price_suffix__0":"","arrangement_rooms_price_childagerage_0__0":"","arrangement_rooms_price_childagerage_1__0":"","arrangement_rooms_price_childagerage_2__0":"","arrangement_rooms_price__1":"","arrangement_rooms_price_suffix__1":"","arrangement_rooms_price_childagerage_0__1":"","arrangement_rooms_price_childagerage_1__1":"","arrangement_rooms_price_childagerage_2__1":"","arrangement_rooms_price__2":"","arrangement_rooms_price_suffix__2":"","arrangement_rooms_price_childagerage_0__2":"","arrangement_rooms_price_childagerage_1__2":"","arrangement_rooms_price_childagerage_2__2":"","arrangement_rooms_price__3":"","arrangement_rooms_price_suffix__3":"","arrangement_rooms_price_childagerage_0__3":"","arrangement_rooms_price_childagerage_1__3":"","arrangement_rooms_price_childagerage_2__3":"","arrangement_rooms_price__4":"","arrangement_rooms_price_suffix__4":"","arrangement_rooms_price_childagerage_0__4":"","arrangement_rooms_price_childagerage_1__4":"","arrangement_rooms_price_childagerage_2__4":"","arrangement_rooms_price__5":"","arrangement_rooms_price_suffix__5":"","arrangement_rooms_price_childagerage_0__5":"","arrangement_rooms_price_childagerage_1__5":"","arrangement_rooms_price_childagerage_2__5":"","arrangement_daysofweek_mo":0,"arrangement_daysofweek_di":0,"arrangement_daysofweek_mi":0,"arrangement_daysofweek_do":0,"arrangement_daysofweek_fr":0,"arrangement_daysofweek_sa":0,"arrangement_daysofweek_so":0,"form_open":0,"form_close":0}}',
'keywords' => '',
'description' => '',
'order_value' => null,
'order_value2' => null,
'order_value3' => null,
'event_start' => null,
'event_end' => null,
'path' => null,
'vote' => '0',
'vote_count' => '0',
'freigegeben' => true,
'begin_publishing' => null,
'end_publishing' => null,
'created' => '2013-06-05 15:58:06',
'modified' => '2019-05-10 15:39:26',
'more_text' => null,
'locale' => 'en',
'trans_id' => '1235'
),
'Office' => array(
'id' => '4e54fdf0-fb68-4191-a0ad-08d8c0a8b222',
'account_id' => '4e54fdf0-50b8-4a88-a44f-08d8c0a8b222',
'type' => 'Office',
'name' => 'relexa Hotels',
'created' => '2011-08-24 15:34:40',
'modified' => '2011-08-24 15:34:40'
),
'Extsource' => array(),
'Attachment' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Category' => array()
)
)
$primary = true
$localeAlias = 'I18n__Article__en'
$related = array(
'belongsTo' => array(
'Formularconfig' => array(
'className' => 'Formularconfig',
'foreignKey' => 'formularconfig_id',
'conditions' => '',
'fields' => '',
'order' => '',
'counterCache' => ''
)
),
'hasMany' => array(
'Menu' => array(
'foreignKey' => 'foreign_key',
'dependent' => true,
'order' => 'Menu.created ASC',
'className' => 'Menu',
'conditions' => '',
'fields' => '',
'limit' => '',
'offset' => '',
'exclusive' => '',
'finderQuery' => '',
'counterQuery' => ''
),
'Subarticle' => array(
'className' => 'Article',
'foreignKey' => 'parent_id',
'dependent' => true,
'conditions' => '',
'fields' => '',
'order' => '',
'limit' => '',
'offset' => '',
'exclusive' => '',
'finderQuery' => '',
'counterQuery' => ''
)
)
)
$data = array(
'Article' => array(
'id' => '51af43ee-f1ec-4fd2-8440-19a6ac10cd64',
'user_id' => '4e54feae-2830-4ccf-a310-08d8c0a8b222',
'office_id' => '4e54fdf0-fb68-4191-a0ad-08d8c0a8b222',
'formularconfig_id' => '',
'parent_id' => '',
'identifier' => null,
'is_root' => false,
'type' => 'Page',
'layout' => '',
'has_teasertext' => true,
'teasertext' => 'Sicher online buchen und kostenfrei stornieren bis 18:00 Uhr',
'moretext' => '',
'title' => 'Sicheres Buchen',
'slug' => 'datensicherheit',
'content' => '<h2><strong>Bei den relexa hotels buchen Sie sicher - Vertrauen Sie auf den Schutz Ihrer Daten</strong></h2><p>Während Ihres Reservierungsprozesses verwenden wir den Standard der SSl-Verschlüsselung (SSL= Secure Socket Layers), ein Verschlüsselungsprotokoll zur sicheren Datenübertragung im Internet.</p><p>Die relexa hotels nutzen für den Vorgang des Onlinebuchens das SSL Web Server Wildcard Certificate, ein SSL-Protokoll. Dieses sorgt dafür, dass vertrauliche Daten, wie Adress- und Kreditkartendaten sowie Zahlungsangaben, ausschließlich über eine verschlüsselte Internetverbindung ausgetauscht werden.</p><p>Sie erkennen die verschlüsselte Übertragung Ihrer Daten an dem kleinen Vorhängeschloss in der Adresszeile Ihres Browsers.</p><p><img alt="" src="data:image/png;base64,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"></p><p>Außerdem beginnt die URL, wenn sie im sicheren Modus des Buchungs- und Zahlprozesses sind, mit <em>https://</em>. Das „s“ in der URL steht für „sicher/secure“ und gibt Ihnen die Gewissheit, dass Ihre Daten nur an das jeweilige relexa hotel übertragen werden, um Ihre Buchung abzuschließen.</p><p>Ihre Daten werden für <strong>keine anderen Zwecke außer Ihrer Reservierung</strong> verwendet und sind durch die ssl-Verschlüsselung <strong>nicht</strong> für Dritte einsehbar.</p><p><a href="https://sealinfo.thawte.com/thawtesplash?form_file=fdf/thawtesplash.fdf&lang=en&dn=https://booking.ihotelier.com" target="_blank">Hier finden Sie das Sicherheitsprotokoll </a>für Ihre Onlinebuchung bei den relexa hotels.</p><h4> </h4>',
'content2' => null,
'headline' => 'Datensicherheit ',
'subline' => '',
'tags' => '',
'address' => '',
'lat' => '',
'lon' => '',
'extended_data' => '{"Article":{"more_text":null,"pagetitle":"Buchungssicherheit: Datensicherheit ","url":"","canonical":""},"Search":{"search":""},"Product":{"vouchertext":""},"Price":[],"Custom":{"arrangement_rooms_room__0":"","arrangement_rooms_occupancy__0":"","arrangement_rooms_room__1":"","arrangement_rooms_occupancy__1":"","arrangement_rooms_room__2":"","arrangement_rooms_occupancy__2":"","arrangement_rooms_room__3":"","arrangement_rooms_occupancy__3":"","arrangement_rooms_room__4":"","arrangement_rooms_occupancy__4":"","arrangement_rooms_room__5":"","arrangement_rooms_occupancy__5":"","arrangement_inclusiv":"","arrangement_validwithin":"","arrangement_notatthistimes":"","arrangement_additionalcosts":"","arrangement_freelabel":"","arrangement_freetext":"","bookingurl":"","arrangement_rooms_link__0":"","arrangement_rooms_link__1":"","arrangement_rooms_link__2":"","arrangement_rooms_link__3":"","arrangement_rooms_link__4":"","arrangement_rooms_link__5":"","form_btnlabel":""}}',
'extended_data_cfg' => '{"Article":{"popup":0,"newwindow":0,"extsource_generate_childs":0,"extsource_copy_attachments":0,"extsource_copy_tags":0,"noindex":0,"nofollow":0},"Search":{"enable":0,"customsearch":0,"single_domain":0,"limit":"","model":"","contain":"","sort":"","more":""},"Product":{"has_variantes":0,"voucherable":1,"price":"","originalprice":"","cost":"","taxrate":"19","articelnr":"","articelnr_intern":"","articelnr_manufacturer":"","ean":"","weight":"","length":"","width":"","height":"","deliverytime":"","stock":"","minstock":"","sale":0,"shippingcosts":""},"Price":{"min":"","max":"","prefix":"","suffix":""},"Custom":{"arrangement_childagerage_0":"","arrangement_childagerage_1":"","arrangement_childagerage_2":"","arrangement_rooms_price__0":"","arrangement_rooms_price_suffix__0":"","arrangement_rooms_price_childagerage_0__0":"","arrangement_rooms_price_childagerage_1__0":"","arrangement_rooms_price_childagerage_2__0":"","arrangement_rooms_price__1":"","arrangement_rooms_price_suffix__1":"","arrangement_rooms_price_childagerage_0__1":"","arrangement_rooms_price_childagerage_1__1":"","arrangement_rooms_price_childagerage_2__1":"","arrangement_rooms_price__2":"","arrangement_rooms_price_suffix__2":"","arrangement_rooms_price_childagerage_0__2":"","arrangement_rooms_price_childagerage_1__2":"","arrangement_rooms_price_childagerage_2__2":"","arrangement_rooms_price__3":"","arrangement_rooms_price_suffix__3":"","arrangement_rooms_price_childagerage_0__3":"","arrangement_rooms_price_childagerage_1__3":"","arrangement_rooms_price_childagerage_2__3":"","arrangement_rooms_price__4":"","arrangement_rooms_price_suffix__4":"","arrangement_rooms_price_childagerage_0__4":"","arrangement_rooms_price_childagerage_1__4":"","arrangement_rooms_price_childagerage_2__4":"","arrangement_rooms_price__5":"","arrangement_rooms_price_suffix__5":"","arrangement_rooms_price_childagerage_0__5":"","arrangement_rooms_price_childagerage_1__5":"","arrangement_rooms_price_childagerage_2__5":"","arrangement_daysofweek_mo":0,"arrangement_daysofweek_di":0,"arrangement_daysofweek_mi":0,"arrangement_daysofweek_do":0,"arrangement_daysofweek_fr":0,"arrangement_daysofweek_sa":0,"arrangement_daysofweek_so":0,"form_open":0,"form_close":0}}',
'keywords' => 'Daten, datenscherheit, Buchungssicherheit,
',
'description' => 'Wir garantieren: Datensicherheit in den relexa hotels.',
'order_value' => null,
'order_value2' => null,
'order_value3' => null,
'event_start' => null,
'event_end' => null,
'path' => null,
'vote' => '0',
'vote_count' => '0',
'freigegeben' => true,
'begin_publishing' => null,
'end_publishing' => null,
'created' => '2013-06-05 15:58:06',
'modified' => '2019-05-10 15:39:26'
),
'I18n__Article__en' => array(
'content' => '<h4>
At relexa hotels you book secure - trust our data protection policy</h4>
<p>
During your booking process, we use the Secure Socket Layer with its <a href="http://en.wikipedia.org/wiki/Cryptographic_protocol" title="Cryptographic protocol">cryptographic protocols </a>that provide communication <a href="http://en.wikipedia.org/wiki/Security" title="Security">security</a> over the <a href="http://en.wikipedia.org/wiki/Internet" title="Internet">Internet</a>.<br />
The relexa hotel online booking service uses for its operation the Wildcard SSL Certificates to secure multiple sub domains. This ensures that sensitive data, such as address and credit card details for the purpose of payment information is exchanged exclusively via an encrypted Internet connection.<br />
The little padlock in the window of your browser shows you the encrypted transfer of your data.</p>
<p>
<img alt="" src="data:image/png;base64,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" /></p>
<p>
In addition, the URL (web page address) begins with the letters https:// which indicates a safe and secure booking site as well as for the paying process. The "s" in the URL stands for "safe / secure" and gives you the assurance that your data will be transferred to the respective relexa hotel to complete your booking.<br />
<br />
Your data will <strong>be used solely for the purpose of your reservation</strong> and cannot be viewed by third parties due to the SSL encryption.<br />
Please find <a href="https://sealinfo.thawte.com/thawtesplash?form_file=fdf/thawtesplash.fdf&lang=en&dn=https://booking.ihotelier.com" target="_blank">here the security protocol</a> for your online booking at relexa hotels.<br />
</p>
<h4>
<strong>Relexa hotels offer you to cancel your booking free of charge until 6pm on day of arrival.</strong></h4>
<p>
(Except for meeting and event, group travel, cure treatments and certain arrangements as per hotel / booking details).<br />
<br />
If you have booked your trip and you cannot travel due to illness, important appointments or other reasons which prevent your journey to us, you can cancel the booking before 6pm with no cancellation fee. This does not include booking for meeting and events, group travel, cure treatments and certain arrangements as per hotel / booking details. Please call or send an e-mail / fax to the appropriate relexa hotel in time (or as per contract) to cancel your journey, arrangement or booking.<br />
<br />
For cancellation later than 6pm fees may occur as <a href="http://www.relexa-hotels.de/en/agb" target="_blank">per Point 5 in General Terms and Conditions</a>.<br />
<br />
We wish you a pleasant stay at your relexa hotel!</p>',
'content2' => null,
'title' => 'Data protection',
'slug' => 'data-protection',
'headline' => 'Data protection and free cancellation until 6pm ',
'subline' => '',
'teasertext' => 'At relexa hotels you book secure - trust our data protection policy',
'more_text' => null,
'keywords' => '',
'description' => '',
'extended_data' => null,
'path' => null,
'locale' => 'en',
'trans_id' => '1235'
),
'Office' => array(
'id' => '4e54fdf0-fb68-4191-a0ad-08d8c0a8b222',
'account_id' => '4e54fdf0-50b8-4a88-a44f-08d8c0a8b222',
'type' => 'Office',
'name' => 'relexa Hotels',
'created' => '2011-08-24 15:34:40',
'modified' => '2011-08-24 15:34:40'
),
'Extsource' => array(),
'Attachment' => array(
(int) 0 => array(
'id' => '543a6989-717c-496b-9ea2-40572efc16a2',
'parent_id' => '5270fba5-f8d8-4649-b863-52b4ac10cd64',
'account_id' => 'aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa',
'user_id' => '4e69e91a-ee18-477a-a91f-0ff41a25c659',
'foreign_key' => null,
'type' => 'image',
'model' => null,
'dirname' => 'account/share/img',
'name' => 'Frau mit Lupe vor dem Auge',
'is_leaf' => true,
'basename' => 'frau_mit_lupe_vor_dem_auge.jpg',
'checksum' => '1ffb38ad06c03465f9cbe5e4f2c8e9a4',
'alternative' => 'Frau mit Lupe vor dem Auge',
'description' => 'Frau mit Lupe vor dem Auge checkt schaut sich alles auf einen Blick an',
'copyright' => '',
'group' => null,
'thumb' => '/media/filter/crop/account/share/img/frau_mit_lupe_vor_dem_auge.jpg',
'extension' => 'jpg',
'deletable' => true,
'video_id' => null,
'created' => '2014-10-12 13:44:09',
'modified' => '2019-05-14 10:45:56',
'path' => 'account/share/img/frau_mit_lupe_vor_dem_auge.jpg',
'Attached' => array(
[maximum depth reached]
)
)
),
'Category' => array()
)
$key = (int) 0
$value = '1235'
$field = 'trans_id'
$assoc = array(
'className' => 'Formularconfig',
'foreignKey' => 'formularconfig_id',
'conditions' => '',
'fields' => '',
'order' => '',
'counterCache' => ''
)
$assocAlias = 'Formularconfig'
$find_options = array(
'conditions' => array(
'Formularconfig.id' => ''
)
)
$subdata = false
MultilingualBehavior::afterFind() - ROOT/simple-x/Model/Behavior/MultilingualBehavior.php, line 208
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 129
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Model::_filterResults() - CORE/Cake/Model/Model.php, line 3371
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3057
Model::find() - CORE/Cake/Model/Model.php, line 3025
SxPageComponent::article_view() - ROOT/simple-x/Controller/Component/SxPageComponent.php, line 131
SxArticlesController::_view() - ROOT/simple-x/Controller/SxArticlesController.php, line 277
SxArticlesController::view() - ROOT/simple-x/Controller/SxArticlesController.php, line 263
DvController::dispatchview() - ROOT/simple-x/Controller/DvController.php, line 27
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 111
Notice (8): Trying to access array offset on value of type bool [ROOT/simple-x/Model/Behavior/MultilingualBehavior.php, line 208]
MultilingualBehavior::afterFind() - ROOT/simple-x/Model/Behavior/MultilingualBehavior.php, line 208
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 129
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Model::_filterResults() - CORE/Cake/Model/Model.php, line 3371
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3057
Model::find() - CORE/Cake/Model/Model.php, line 3025
ArticlesController::beforeRender() - APP/Controller/ArticlesController.php, line 167
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::render() - CORE/Cake/Controller/Controller.php, line 941
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 111
At relexa hotels you book secure - trust our data protection policy
During your booking process, we use the Secure Socket Layer with its cryptographic protocols that provide communication security over the Internet.
The relexa hotel online booking service uses for its operation the Wildcard SSL Certificates to secure multiple sub domains. This ensures that sensitive data, such as address and credit card details for the purpose of payment information is exchanged exclusively via an encrypted Internet connection.
The little padlock in the window of your browser shows you the encrypted transfer of your data.
In addition, the URL (web page address) begins with the letters https:// which indicates a safe and secure booking site as well as for the paying process. The "s" in the URL stands for "safe / secure" and gives you the assurance that your data will be transferred to the respective relexa hotel to complete your booking.
Your data will be used solely for the purpose of your reservation and cannot be viewed by third parties due to the SSL encryption.
Please find here the security protocol for your online booking at relexa hotels.
Relexa hotels offer you to cancel your booking free of charge until 6pm on day of arrival.
(Except for meeting and event, group travel, cure treatments and certain arrangements as per hotel / booking details).
If you have booked your trip and you cannot travel due to illness, important appointments or other reasons which prevent your journey to us, you can cancel the booking before 6pm with no cancellation fee. This does not include booking for meeting and events, group travel, cure treatments and certain arrangements as per hotel / booking details. Please call or send an e-mail / fax to the appropriate relexa hotel in time (or as per contract) to cancel your journey, arrangement or booking.