Class 'SettingsComponent' not found
Error: An Internal Error Has Occurred.
Stack Trace
- [internal function] → TourDate->__construct(array)
array( 'class' => 'TourDates.TourDate', 'alias' => 'TourDate', 'plugin' => 'TourDates' )
- APP/contrance/Vendor/Cake/lib/Cake/Utility/ClassRegistry.php line 169 → ReflectionClass->newInstance(array)
}
}
if ($reflection->getConstructor()) {
$instance = $reflection->newInstance($settings);
} else {
array( 'class' => 'TourDates.TourDate', 'alias' => 'TourDate', 'plugin' => 'TourDates' )
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1084 → ClassRegistry::init(string)
}
$model = array('class' => $plugin . $className, 'alias' => $assoc);
$this->{$assoc} = ClassRegistry::init($model);
'TourDate'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 893 → Model->_constructLinkedModel(string, string, string)
'ds' => $this->useDbConfig
));
} else {
$this->_constructLinkedModel($name, $className, $plugin);
}
'TourDate' 'TourDate' 'TourDates.'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 926 → Model->__isset(string)
return $this->tablePrefix = null;
}
if (isset($this->{$name})) {
return $this->{$name};
'TourDate'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1122 → Model->__get(string)
break;
case 'associationForeignKey':
$data = Inflector::singularize($this->{$class}->table) . '_id';
break;
'TourDate'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1054 → Model->_generateAssociation(string, string)
$association[$assoc] = array('className' => $plugin . $assoc) + $value;
}
$this->_generateAssociation($type, $assoc);
}
'hasAndBelongsToMany' 'TourDate'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 780 → Model->_createLinks()
unset($this->tablePrefix);
}
$this->_createLinks();
$this->Behaviors->init($this->alias, $this->actsAs);
- APP/contrance/Plugin/Tours/Model/TourService.php line 66 → Model->__construct(null, null, string)
public function __construct($id = false, $table = null, $ds = null)
{
parent::__construct($id, $table, $ds);
$db = $this->getDataSource();
null null 'default'
- [internal function] → TourService->__construct(array)
array( 'class' => 'Tours.TourService', 'alias' => 'Services', 'plugin' => 'Tours' )
- APP/contrance/Vendor/Cake/lib/Cake/Utility/ClassRegistry.php line 169 → ReflectionClass->newInstance(array)
}
}
if ($reflection->getConstructor()) {
$instance = $reflection->newInstance($settings);
} else {
array( 'class' => 'Tours.TourService', 'alias' => 'Services', 'plugin' => 'Tours' )
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1084 → ClassRegistry::init(string)
}
$model = array('class' => $plugin . $className, 'alias' => $assoc);
$this->{$assoc} = ClassRegistry::init($model);
'TourService'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 893 → Model->_constructLinkedModel(string, string, string)
'ds' => $this->useDbConfig
));
} else {
$this->_constructLinkedModel($name, $className, $plugin);
}
'Services' 'TourService' 'Tours.'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 926 → Model->__isset(string)
return $this->tablePrefix = null;
}
if (isset($this->{$name})) {
return $this->{$name};
'Services'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1131 → Model->__get(string)
break;
case 'joinTable':
$tables = array($this->table, $this->{$class}->table);
sort($tables);
'Services'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1054 → Model->_generateAssociation(string, string)
$association[$assoc] = array('className' => $plugin . $assoc) + $value;
}
$this->_generateAssociation($type, $assoc);
}
'hasAndBelongsToMany' 'Services'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 780 → Model->_createLinks()
unset($this->tablePrefix);
}
$this->_createLinks();
$this->Behaviors->init($this->alias, $this->actsAs);
- APP/contrance/Plugin/Tours/Model/Tour.php line 472 → Model->__construct(null, null, string)
public function __construct($id = false, $table = null, $ds = null)
{
parent::__construct($id, $table, $ds);
null null 'default'
- [internal function] → Tour->__construct(array)
array( 'class' => 'Tours.Tour', 'alias' => 'Tour', 'plugin' => 'Tours' )
- APP/contrance/Vendor/Cake/lib/Cake/Utility/ClassRegistry.php line 169 → ReflectionClass->newInstance(array)
}
}
if ($reflection->getConstructor()) {
$instance = $reflection->newInstance($settings);
} else {
array( 'class' => 'Tours.Tour', 'alias' => 'Tour', 'plugin' => 'Tours' )
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1084 → ClassRegistry::init(string)
}
$model = array('class' => $plugin . $className, 'alias' => $assoc);
$this->{$assoc} = ClassRegistry::init($model);
'Tour'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 893 → Model->_constructLinkedModel(string, string, string)
'ds' => $this->useDbConfig
));
} else {
$this->_constructLinkedModel($name, $className, $plugin);
}
'Tour' 'Tour' 'Tours.'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 926 → Model->__isset(string)
return $this->tablePrefix = null;
}
if (isset($this->{$name})) {
return $this->{$name};
'Tour'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1131 → Model->__get(string)
break;
case 'joinTable':
$tables = array($this->table, $this->{$class}->table);
sort($tables);
'Tour'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1054 → Model->_generateAssociation(string, string)
$association[$assoc] = array('className' => $plugin . $assoc) + $value;
}
$this->_generateAssociation($type, $assoc);
}
'hasAndBelongsToMany' 'Tour'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 780 → Model->_createLinks()
unset($this->tablePrefix);
}
$this->_createLinks();
$this->Behaviors->init($this->alias, $this->actsAs);
- APP/contrance/Plugin/Tours/Model/TourType.php line 54 → Model->__construct(null, null, string)
public function __construct($id = false, $table = null, $ds = null)
{
parent::__construct($id, $table, $ds);
$db = $this->getDataSource();
null null 'default'
- [internal function] → TourType->__construct(array)
array( 'class' => 'Tours.TourType', 'alias' => 'Types', 'plugin' => 'Tours' )
- APP/contrance/Vendor/Cake/lib/Cake/Utility/ClassRegistry.php line 169 → ReflectionClass->newInstance(array)
}
}
if ($reflection->getConstructor()) {
$instance = $reflection->newInstance($settings);
} else {
array( 'class' => 'Tours.TourType', 'alias' => 'Types', 'plugin' => 'Tours' )
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1084 → ClassRegistry::init(string)
}
$model = array('class' => $plugin . $className, 'alias' => $assoc);
$this->{$assoc} = ClassRegistry::init($model);
'TourType'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 893 → Model->_constructLinkedModel(string, string, string)
'ds' => $this->useDbConfig
));
} else {
$this->_constructLinkedModel($name, $className, $plugin);
}
'Types' 'TourType' 'Tours.'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 926 → Model->__isset(string)
return $this->tablePrefix = null;
}
if (isset($this->{$name})) {
return $this->{$name};
'Types'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1131 → Model->__get(string)
break;
case 'joinTable':
$tables = array($this->table, $this->{$class}->table);
sort($tables);
'Types'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1054 → Model->_generateAssociation(string, string)
$association[$assoc] = array('className' => $plugin . $assoc) + $value;
}
$this->_generateAssociation($type, $assoc);
}
'hasAndBelongsToMany' 'Types'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 780 → Model->_createLinks()
unset($this->tablePrefix);
}
$this->_createLinks();
$this->Behaviors->init($this->alias, $this->actsAs);
- APP/contrance/Plugin/Tours/Model/Tour.php line 472 → Model->__construct(null, null, string)
public function __construct($id = false, $table = null, $ds = null)
{
parent::__construct($id, $table, $ds);
null null 'default'
- [internal function] → Tour->__construct(array)
array( 'class' => 'Tours.Tour', 'alias' => 'Tours', 'plugin' => 'Tours' )
- APP/contrance/Vendor/Cake/lib/Cake/Utility/ClassRegistry.php line 169 → ReflectionClass->newInstance(array)
}
}
if ($reflection->getConstructor()) {
$instance = $reflection->newInstance($settings);
} else {
array( 'class' => 'Tours.Tour', 'alias' => 'Tours', 'plugin' => 'Tours' )
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1084 → ClassRegistry::init(string)
}
$model = array('class' => $plugin . $className, 'alias' => $assoc);
$this->{$assoc} = ClassRegistry::init($model);
'Tour'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 893 → Model->_constructLinkedModel(string, string, string)
'ds' => $this->useDbConfig
));
} else {
$this->_constructLinkedModel($name, $className, $plugin);
}
'Tours' 'Tour' 'Tours.'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 926 → Model->__isset(string)
return $this->tablePrefix = null;
}
if (isset($this->{$name})) {
return $this->{$name};
'Tours'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1131 → Model->__get(string)
break;
case 'joinTable':
$tables = array($this->table, $this->{$class}->table);
sort($tables);
'Tours'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1054 → Model->_generateAssociation(string, string)
$association[$assoc] = array('className' => $plugin . $assoc) + $value;
}
$this->_generateAssociation($type, $assoc);
}
'hasAndBelongsToMany' 'Tours'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 780 → Model->_createLinks()
unset($this->tablePrefix);
}
$this->_createLinks();
$this->Behaviors->init($this->alias, $this->actsAs);
- [internal function] → Model->__construct(null)
null
- APP/contrance/Vendor/Cake/lib/Cake/Utility/ClassRegistry.php line 169 → ReflectionClass->newInstance(array)
}
}
if ($reflection->getConstructor()) {
$instance = $reflection->newInstance($settings);
} else {
array( 'class' => 'Firms.Firm', 'alias' => 'Firm', 'plugin' => 'Firms' )
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 1084 → ClassRegistry::init(string)
}
$model = array('class' => $plugin . $className, 'alias' => $assoc);
$this->{$assoc} = ClassRegistry::init($model);
'Firm'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 893 → Model->_constructLinkedModel(string, string, string)
'ds' => $this->useDbConfig
));
} else {
$this->_constructLinkedModel($name, $className, $plugin);
}
'Firm' 'Firm' 'Firms.'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Behavior/ContainableBehavior.php line 340 → Model->__isset(string)
}
}
if (!isset($Model->{$name}) || !is_object($Model->{$name})) {
if ($throwErrors) {
'Firm'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Behavior/ContainableBehavior.php line 123 → ContainableBehavior->containments(Language, array)
? array_pop($contain)
: array_shift($contain);
}
$containments = $this->containments($Model, $contain);
$map = $this->containmentsMap($containments);
object(Language) { actsAs => array( 'BaseData.AdvancedContainable' => null, 'BaseData.Essential' => null, 'BaseData.Search' => null, 'Audit.Auditable' => null, 'BaseData.Hash' => null, 'BaseData.DateTime' => null, 'Uploads.Upload' => array( 'flag' => array( [maximum depth reached] ) ), 'Routes.Routable' => null ) belongsTo => array( 'Firm' => array( 'className' => 'Firms.Firm', 'foreignKey' => 'firm_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) containments => array( (int) 0 => 'Firm', (int) 1 => 'FlagUpload', (int) 2 => 'Route' ) validate => array( 'title' => array( 'notBlank' => array( [maximum depth reached] ) ), 'langid' => array( 'notBlank' => array( [maximum depth reached] ) ), 'firm_id' => array( 'notBlank' => array( [maximum depth reached] ) ), 'default' => array( 'rule' => 'oneMustBePresent', 'message' => 'Ein Standard wird benötigt' ) ) recursive => (int) -1 validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'languages' id => false data => array() schemaName => 'alpinewelten' table => 'languages' primaryKey => 'id' validationErrors => array() tablePrefix => '' plugin => 'Languages' name => 'Language' alias => 'Language' tableToModel => array( 'languages' => 'Language', 'firms' => 'Firm', 'uploads' => 'FlagUpload', 'routes' => 'Route' ) hasOne => array( 'Route' => array( 'className' => 'Routes.Route', 'foreignKey' => 'foreign_key', 'dependent' => true, 'conditions' => array( [maximum depth reached] ) ) ) hasMany => array( 'FlagUpload' => array( 'className' => 'Uploads.Upload', 'foreignKey' => 'foreign_key', 'dependent' => true, 'order' => array( [maximum depth reached] ), 'conditions' => array( [maximum depth reached] ) ) ) hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Language' defaultPriority => (int) 10 [protected] _methods => array( [maximum depth reached] ) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } whitelist => array() cacheSources => true findQueryType => null 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 ) Firm => object(Firm) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasAndBelongsToMany => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) containments => array([maximum depth reached]) validate => array( [maximum depth reached] ) recursive => (int) -1 validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'firms' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'firms' primaryKey => 'id' validationErrors => array([maximum depth reached]) tablePrefix => null plugin => 'Firms' name => 'Firm' alias => 'Firm' tableToModel => array( [maximum depth reached] ) hasOne => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } FlagUpload => object(Upload) { cacheQueries => false actsAs => array( [maximum depth reached] ) recursive => (int) -1 containments => array([maximum depth reached]) validationDomain => 'app' useDbConfig => 'default' useTable => 'uploads' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'uploads' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) tablePrefix => '' plugin => 'Uploads' name => 'Upload' alias => 'FlagUpload' tableToModel => array( [maximum depth reached] ) belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => null [protected] _validator => null } Route => object(Route) { actsAs => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 containments => array([maximum depth reached]) validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'routes' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'routes' primaryKey => 'id' validationErrors => array([maximum depth reached]) tablePrefix => '' plugin => 'Routes' name => 'Route' alias => 'Route' tableToModel => array( [maximum depth reached] ) belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array( [maximum depth reached] ) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _schema => array( 'id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 10, 'unsigned' => true, 'key' => 'primary' ), 'hash' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 32, 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8' ), 'created' => array( 'type' => 'datetime', 'null' => false, 'default' => null, 'length' => null ), 'updated' => array( 'type' => 'datetime', 'null' => true, 'default' => null, 'length' => null ), 'title' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'key' => 'index', 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8' ), 'langid' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 3, 'key' => 'unique', 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8' ), 'default' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'firm_id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 10, 'unsigned' => true, 'key' => 'index' ) ) [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [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] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => null } array( (int) 0 => 'Firm', (int) 1 => 'FlagUpload', (int) 2 => 'Route' )
- APP/contrance/Plugin/BaseData/Model/Behavior/AdvancedContainableBehavior.php line 14 → ContainableBehavior->beforeFind(Language, array)
$query['contain'] = $Model->containments;
}
return parent::beforeFind($Model, $query);
}
object(Language) { actsAs => array( 'BaseData.AdvancedContainable' => null, 'BaseData.Essential' => null, 'BaseData.Search' => null, 'Audit.Auditable' => null, 'BaseData.Hash' => null, 'BaseData.DateTime' => null, 'Uploads.Upload' => array( 'flag' => array( [maximum depth reached] ) ), 'Routes.Routable' => null ) belongsTo => array( 'Firm' => array( 'className' => 'Firms.Firm', 'foreignKey' => 'firm_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) containments => array( (int) 0 => 'Firm', (int) 1 => 'FlagUpload', (int) 2 => 'Route' ) validate => array( 'title' => array( 'notBlank' => array( [maximum depth reached] ) ), 'langid' => array( 'notBlank' => array( [maximum depth reached] ) ), 'firm_id' => array( 'notBlank' => array( [maximum depth reached] ) ), 'default' => array( 'rule' => 'oneMustBePresent', 'message' => 'Ein Standard wird benötigt' ) ) recursive => (int) -1 validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'languages' id => false data => array() schemaName => 'alpinewelten' table => 'languages' primaryKey => 'id' validationErrors => array() tablePrefix => '' plugin => 'Languages' name => 'Language' alias => 'Language' tableToModel => array( 'languages' => 'Language', 'firms' => 'Firm', 'uploads' => 'FlagUpload', 'routes' => 'Route' ) hasOne => array( 'Route' => array( 'className' => 'Routes.Route', 'foreignKey' => 'foreign_key', 'dependent' => true, 'conditions' => array( [maximum depth reached] ) ) ) hasMany => array( 'FlagUpload' => array( 'className' => 'Uploads.Upload', 'foreignKey' => 'foreign_key', 'dependent' => true, 'order' => array( [maximum depth reached] ), 'conditions' => array( [maximum depth reached] ) ) ) hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Language' defaultPriority => (int) 10 [protected] _methods => array( [maximum depth reached] ) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } whitelist => array() cacheSources => true findQueryType => null 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 ) Firm => object(Firm) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasAndBelongsToMany => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) containments => array([maximum depth reached]) validate => array( [maximum depth reached] ) recursive => (int) -1 validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'firms' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'firms' primaryKey => 'id' validationErrors => array([maximum depth reached]) tablePrefix => null plugin => 'Firms' name => 'Firm' alias => 'Firm' tableToModel => array( [maximum depth reached] ) hasOne => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } FlagUpload => object(Upload) { cacheQueries => false actsAs => array( [maximum depth reached] ) recursive => (int) -1 containments => array([maximum depth reached]) validationDomain => 'app' useDbConfig => 'default' useTable => 'uploads' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'uploads' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) tablePrefix => '' plugin => 'Uploads' name => 'Upload' alias => 'FlagUpload' tableToModel => array( [maximum depth reached] ) belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => null [protected] _validator => null } Route => object(Route) { actsAs => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 containments => array([maximum depth reached]) validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'routes' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'routes' primaryKey => 'id' validationErrors => array([maximum depth reached]) tablePrefix => '' plugin => 'Routes' name => 'Route' alias => 'Route' tableToModel => array( [maximum depth reached] ) belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array( [maximum depth reached] ) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _schema => array( 'id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 10, 'unsigned' => true, 'key' => 'primary' ), 'hash' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 32, 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8' ), 'created' => array( 'type' => 'datetime', 'null' => false, 'default' => null, 'length' => null ), 'updated' => array( 'type' => 'datetime', 'null' => true, 'default' => null, 'length' => null ), 'title' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'key' => 'index', 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8' ), 'langid' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 3, 'key' => 'unique', 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8' ), 'default' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'firm_id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 10, 'unsigned' => true, 'key' => 'index' ) ) [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [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] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => null } array( 'conditions' => array( 'Language.id' => '2' ), 'fields' => null, 'joins' => array(), 'limit' => (int) 1, 'offset' => null, 'order' => array(), 'page' => (int) 1, 'group' => null, 'callbacks' => true, 'recursive' => null, 'contain' => array( (int) 0 => 'Firm', (int) 1 => 'FlagUpload', (int) 2 => 'Route' ) )
- APP/contrance/Vendor/Cake/lib/Cake/Utility/ObjectCollection.php line 128 → AdvancedContainableBehavior->beforeFind(Language, array)
}
$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
if ($options['collectReturn'] === true) {
object(Language) { actsAs => array( 'BaseData.AdvancedContainable' => null, 'BaseData.Essential' => null, 'BaseData.Search' => null, 'Audit.Auditable' => null, 'BaseData.Hash' => null, 'BaseData.DateTime' => null, 'Uploads.Upload' => array( 'flag' => array( [maximum depth reached] ) ), 'Routes.Routable' => null ) belongsTo => array( 'Firm' => array( 'className' => 'Firms.Firm', 'foreignKey' => 'firm_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) containments => array( (int) 0 => 'Firm', (int) 1 => 'FlagUpload', (int) 2 => 'Route' ) validate => array( 'title' => array( 'notBlank' => array( [maximum depth reached] ) ), 'langid' => array( 'notBlank' => array( [maximum depth reached] ) ), 'firm_id' => array( 'notBlank' => array( [maximum depth reached] ) ), 'default' => array( 'rule' => 'oneMustBePresent', 'message' => 'Ein Standard wird benötigt' ) ) recursive => (int) -1 validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'languages' id => false data => array() schemaName => 'alpinewelten' table => 'languages' primaryKey => 'id' validationErrors => array() tablePrefix => '' plugin => 'Languages' name => 'Language' alias => 'Language' tableToModel => array( 'languages' => 'Language', 'firms' => 'Firm', 'uploads' => 'FlagUpload', 'routes' => 'Route' ) hasOne => array( 'Route' => array( 'className' => 'Routes.Route', 'foreignKey' => 'foreign_key', 'dependent' => true, 'conditions' => array( [maximum depth reached] ) ) ) hasMany => array( 'FlagUpload' => array( 'className' => 'Uploads.Upload', 'foreignKey' => 'foreign_key', 'dependent' => true, 'order' => array( [maximum depth reached] ), 'conditions' => array( [maximum depth reached] ) ) ) hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Language' defaultPriority => (int) 10 [protected] _methods => array( [maximum depth reached] ) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } whitelist => array() cacheSources => true findQueryType => null 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 ) Firm => object(Firm) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasAndBelongsToMany => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) containments => array([maximum depth reached]) validate => array( [maximum depth reached] ) recursive => (int) -1 validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'firms' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'firms' primaryKey => 'id' validationErrors => array([maximum depth reached]) tablePrefix => null plugin => 'Firms' name => 'Firm' alias => 'Firm' tableToModel => array( [maximum depth reached] ) hasOne => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } FlagUpload => object(Upload) { cacheQueries => false actsAs => array( [maximum depth reached] ) recursive => (int) -1 containments => array([maximum depth reached]) validationDomain => 'app' useDbConfig => 'default' useTable => 'uploads' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'uploads' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) tablePrefix => '' plugin => 'Uploads' name => 'Upload' alias => 'FlagUpload' tableToModel => array( [maximum depth reached] ) belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => null [protected] _validator => null } Route => object(Route) { actsAs => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 containments => array([maximum depth reached]) validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'routes' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'routes' primaryKey => 'id' validationErrors => array([maximum depth reached]) tablePrefix => '' plugin => 'Routes' name => 'Route' alias => 'Route' tableToModel => array( [maximum depth reached] ) belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array( [maximum depth reached] ) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _schema => array( 'id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 10, 'unsigned' => true, 'key' => 'primary' ), 'hash' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 32, 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8' ), 'created' => array( 'type' => 'datetime', 'null' => false, 'default' => null, 'length' => null ), 'updated' => array( 'type' => 'datetime', 'null' => true, 'default' => null, 'length' => null ), 'title' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'key' => 'index', 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8' ), 'langid' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 3, 'key' => 'unique', 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8' ), 'default' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'firm_id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 10, 'unsigned' => true, 'key' => 'index' ) ) [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [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] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => null } array( 'conditions' => array( 'Language.id' => '2' ), 'fields' => null, 'joins' => array(), 'limit' => (int) 1, 'offset' => null, 'order' => array(), 'page' => (int) 1, 'group' => null, 'callbacks' => true, 'recursive' => null, 'contain' => array( (int) 0 => 'Firm', (int) 1 => 'FlagUpload', (int) 2 => 'Route' ) )
- APP/contrance/Vendor/Cake/lib/Cake/Event/CakeEventManager.php line 243 → ObjectCollection->trigger(string)
if ($listener['passParams'] === true) {
$result = call_user_func_array($listener['callable'], $event->data);
} else {
$result = call_user_func($listener['callable'], $event);
}
'beforeFind'
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 3091 → CakeEventManager->dispatch(CakeEvent)
if ($query['callbacks'] === true || $query['callbacks'] === 'before') {
$event = new CakeEvent('Model.beforeFind', $this, array($query));
list($event->break, $event->breakOn, $event->modParams) = array(true, array(false, null), 0);
$this->getEventManager()->dispatch($event);
object(CakeEvent) { data => array( (int) 0 => array( 'conditions' => array( [maximum depth reached] ), 'fields' => null, 'joins' => array([maximum depth reached]), 'limit' => (int) 1, 'offset' => null, 'order' => array([maximum depth reached]), 'page' => (int) 1, 'group' => null, 'callbacks' => true, 'recursive' => null ) ) result => null break => true breakOn => array( (int) 0 => false, (int) 1 => null ) modParams => (int) 0 [protected] _name => 'Model.beforeFind' [protected] _subject => object(Language) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) containments => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'languages' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'languages' primaryKey => 'id' validationErrors => array([maximum depth reached]) tablePrefix => '' plugin => 'Languages' name => 'Language' alias => 'Language' tableToModel => array( [maximum depth reached] ) hasOne => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Firm => object(Firm) {} FlagUpload => object(Upload) {} Route => object(Route) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _stopped => false }
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 3005 → Model->buildQuery(string, array)
$this->findQueryType = $type;
$this->id = $this->getID();
$query = $this->buildQuery($type, $query);
if ($query === null) {
'first' array( 'conditions' => array( 'Language.id' => '2' ), 'fields' => null, 'joins' => array(), 'limit' => (int) 1, 'offset' => null, 'order' => array(), 'page' => (int) 1, 'group' => null, 'callbacks' => true, 'recursive' => null )
- APP/contrance/Vendor/Cake/lib/Cake/Model/Datasource/DboSource.php line 602 → Model->find(string, array)
if (isset($params[3 + $off])) {
$recursive = $params[3 + $off];
}
return $args[2]->find('first', compact('conditions', 'fields', 'order', 'recursive'));
}
'first' array( 'conditions' => array( 'Language.id' => '2' ), 'fields' => null, 'order' => null, 'recursive' => null )
- APP/contrance/Vendor/Cake/lib/Cake/Model/Model.php line 834 → DboSource->query(string, array, Language)
return $result;
}
return $this->getDataSource()->query($method, $params, $this);
}
'findById' array( (int) 0 => '2' ) object(Language) { actsAs => array( 'BaseData.AdvancedContainable' => null, 'BaseData.Essential' => null, 'BaseData.Search' => null, 'Audit.Auditable' => null, 'BaseData.Hash' => null, 'BaseData.DateTime' => null, 'Uploads.Upload' => array( 'flag' => array( [maximum depth reached] ) ), 'Routes.Routable' => null ) belongsTo => array( 'Firm' => array( 'className' => 'Firms.Firm', 'foreignKey' => 'firm_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) containments => array( (int) 0 => 'Firm', (int) 1 => 'FlagUpload', (int) 2 => 'Route' ) validate => array( 'title' => array( 'notBlank' => array( [maximum depth reached] ) ), 'langid' => array( 'notBlank' => array( [maximum depth reached] ) ), 'firm_id' => array( 'notBlank' => array( [maximum depth reached] ) ), 'default' => array( 'rule' => 'oneMustBePresent', 'message' => 'Ein Standard wird benötigt' ) ) recursive => (int) -1 validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'languages' id => false data => array() schemaName => 'alpinewelten' table => 'languages' primaryKey => 'id' validationErrors => array() tablePrefix => '' plugin => 'Languages' name => 'Language' alias => 'Language' tableToModel => array( 'languages' => 'Language', 'firms' => 'Firm', 'uploads' => 'FlagUpload', 'routes' => 'Route' ) hasOne => array( 'Route' => array( 'className' => 'Routes.Route', 'foreignKey' => 'foreign_key', 'dependent' => true, 'conditions' => array( [maximum depth reached] ) ) ) hasMany => array( 'FlagUpload' => array( 'className' => 'Uploads.Upload', 'foreignKey' => 'foreign_key', 'dependent' => true, 'order' => array( [maximum depth reached] ), 'conditions' => array( [maximum depth reached] ) ) ) hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Language' defaultPriority => (int) 10 [protected] _methods => array( [maximum depth reached] ) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } whitelist => array() cacheSources => true findQueryType => null 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 ) Firm => object(Firm) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasAndBelongsToMany => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) containments => array([maximum depth reached]) validate => array( [maximum depth reached] ) recursive => (int) -1 validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'firms' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'firms' primaryKey => 'id' validationErrors => array([maximum depth reached]) tablePrefix => null plugin => 'Firms' name => 'Firm' alias => 'Firm' tableToModel => array( [maximum depth reached] ) hasOne => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } FlagUpload => object(Upload) { cacheQueries => false actsAs => array( [maximum depth reached] ) recursive => (int) -1 containments => array([maximum depth reached]) validationDomain => 'app' useDbConfig => 'default' useTable => 'uploads' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'uploads' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) tablePrefix => '' plugin => 'Uploads' name => 'Upload' alias => 'FlagUpload' tableToModel => array( [maximum depth reached] ) belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => null [protected] _validator => null } Route => object(Route) { actsAs => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 containments => array([maximum depth reached]) validationDomain => 'app' cacheQueries => true useDbConfig => 'default' useTable => 'routes' id => false data => array([maximum depth reached]) schemaName => 'alpinewelten' table => 'routes' primaryKey => 'id' validationErrors => array([maximum depth reached]) tablePrefix => '' plugin => 'Routes' name => 'Route' alias => 'Route' tableToModel => array( [maximum depth reached] ) belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array( [maximum depth reached] ) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _schema => array( 'id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 10, 'unsigned' => true, 'key' => 'primary' ), 'hash' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 32, 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8' ), 'created' => array( 'type' => 'datetime', 'null' => false, 'default' => null, 'length' => null ), 'updated' => array( 'type' => 'datetime', 'null' => true, 'default' => null, 'length' => null ), 'title' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'key' => 'index', 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8' ), 'langid' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 3, 'key' => 'unique', 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8' ), 'default' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'firm_id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 10, 'unsigned' => true, 'key' => 'index' ) ) [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [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] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => null }
- APP/Lib/Routing/Route/AliasRoute.php line 111 → Model->__call(string, array)
App::uses('LanguageUtil', 'Lib/Util');
if (LanguageUtil::getId() != $ids['Language']) {
$Language = ClassRegistry::init('Languages.Language');
$targetLanguage = $Language->findById($ids['Language']);
$currentLanguage = $Language->findById(LanguageUtil::getId());
'findById' array( (int) 0 => '2' )
- APP/contrance/Vendor/Cake/lib/Cake/Routing/Router.php line 612 → AliasRoute->parse(boolean)
extract(static::_parseExtension($url));
foreach (static::$routes as $route) {
if (($r = $route->parse($url)) !== false) {
static::$_currentRoute[] = $route;
false
- APP/contrance/Vendor/Cake/lib/Cake/Routing/Dispatcher.php line 219 → Router::parse(string)
public function parseParams($event) {
$request = $event->data['request'];
Router::setRequestInfo($request);
$params = Router::parse($request->url);
$request->addParams($params);
'/bz/alpenueberquerung-wandern'
- APP/contrance/Vendor/Cake/lib/Cake/Event/CakeEventManager.php line 243 → Dispatcher->parseParams(CakeEvent)
if ($listener['passParams'] === true) {
$result = call_user_func_array($listener['callable'], $event->data);
} else {
$result = call_user_func($listener['callable'], $event);
}
object(CakeEvent) { data => array( 'request' => object(CakeRequest) {}, 'response' => object(CakeResponse) {}, 'additionalParams' => array() ) result => null [protected] _name => 'Dispatcher.beforeDispatch' [protected] _subject => object(Dispatcher) { [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- APP/contrance/Vendor/Cake/lib/Cake/Routing/Dispatcher.php line 147 → CakeEventManager->dispatch(CakeEvent)
*/
public function dispatch(CakeRequest $request, CakeResponse $response, $additionalParams = array()) {
$beforeEvent = new CakeEvent('Dispatcher.beforeDispatch', $this, compact('request', 'response', 'additionalParams'));
$this->getEventManager()->dispatch($beforeEvent);
object(CakeEvent) { data => array( 'request' => object(CakeRequest) {}, 'response' => object(CakeResponse) {}, 'additionalParams' => array() ) result => null [protected] _name => 'Dispatcher.beforeDispatch' [protected] _subject => object(Dispatcher) { [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- APP/webroot/index.php line 142 → Dispatcher->dispatch(CakeRequest, CakeResponse)
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(
new CakeRequest(),
new CakeResponse()
);
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => null, 'action' => null, 'named' => array(), 'pass' => array(), 'isAjax' => false, 'models' => array( 'Member' => array( [maximum depth reached] ), 'Route' => array( [maximum depth reached] ), 'MountPoint' => array( [maximum depth reached] ), 'Redirect' => array( [maximum depth reached] ), 'Language' => array( [maximum depth reached] ), 'Firm' => array( [maximum depth reached] ), 'Tours' => array( [maximum depth reached] ), 'Types' => array( [maximum depth reached] ), 'Tour' => array( [maximum depth reached] ), 'Services' => array( [maximum depth reached] ), 'TourDate' => array( [maximum depth reached] ), 'TravelOptions' => array( [maximum depth reached] ), 'Booking' => array( [maximum depth reached] ), 'TourServices' => array( [maximum depth reached] ), 'FellowTraveller' => array( [maximum depth reached] ), 'Invoice' => array( [maximum depth reached] ), 'EmailTemplate' => array( [maximum depth reached] ), 'TagsTag' => array( [maximum depth reached] ), 'TagEntity' => array( [maximum depth reached] ), 'MountainGuides' => array( [maximum depth reached] ), 'TeaserImageMedia' => array( [maximum depth reached] ), 'MediaEntity' => array( [maximum depth reached] ), 'GalleryMedia' => array( [maximum depth reached] ), 'VideoThumbnailMedia' => array( [maximum depth reached] ), 'Seo' => array( [maximum depth reached] ), 'ImageMedia' => array( [maximum depth reached] ), 'OutputChannel' => array( [maximum depth reached] ), 'LogoMedia' => array( [maximum depth reached] ), 'LogoHorizontalMedia' => array( [maximum depth reached] ), 'MountainGuideQualification' => array( [maximum depth reached] ), 'MountainGuide' => array( [maximum depth reached] ), 'MountainGuideQualifications' => array( [maximum depth reached] ), 'IconMedia' => array( [maximum depth reached] ), 'MountainGuideDailyRate' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Accomodations' => array( [maximum depth reached] ), 'TeaserMedia' => array( [maximum depth reached] ), 'TravelReport' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'News' => array( [maximum depth reached] ), 'FileMedia' => array( [maximum depth reached] ), 'Teaser' => array( [maximum depth reached] ), 'TourMainType' => array( [maximum depth reached] ), 'Countries' => array( [maximum depth reached] ), 'TourMainTypes' => array( [maximum depth reached] ), 'Accomodation' => array( [maximum depth reached] ), 'AccomodationAlternatives' => array( [maximum depth reached] ), 'Microsite' => array( [maximum depth reached] ), 'Microsites' => array( [maximum depth reached] ), 'DisturberMedia' => array( [maximum depth reached] ), 'RegionAreas' => array( [maximum depth reached] ), 'PackingListItems' => array( [maximum depth reached] ), 'PackingList' => array( [maximum depth reached] ), 'Transfers' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'ValueUpload' => array( [maximum depth reached] ), 'Menu' => array( [maximum depth reached] ), 'MemberGroup' => array( [maximum depth reached] ), 'Parent' => array( [maximum depth reached] ), 'HeaderImagesMedia' => array( [maximum depth reached] ), 'Advantage' => array( [maximum depth reached] ), 'IconUpload' => array( [maximum depth reached] ), 'Highlight' => array( [maximum depth reached] ), 'Content' => array( [maximum depth reached] ), 'TourType' => array( [maximum depth reached] ), 'ArticleContentMedia' => array( [maximum depth reached] ), 'MosaicGalleryMedia' => array( [maximum depth reached] ), 'BackgroundImageMedia' => array( [maximum depth reached] ), 'PlaceholderImageMedia' => array( [maximum depth reached] ), 'FaqItem' => array( [maximum depth reached] ), 'FaqSet' => array( [maximum depth reached] ), 'FaqItems' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Aro' => array( [maximum depth reached] ), 'Aco' => array( [maximum depth reached] ), 'Users' => array( [maximum depth reached] ), 'Tag' => array( [maximum depth reached] ), 'Tags' => array( [maximum depth reached] ), 'ExclusionTags' => array( [maximum depth reached] ), 'FlagUpload' => array( [maximum depth reached] ), 'FileUpload' => array( [maximum depth reached] ), 'HeaderVideoUpload' => array( [maximum depth reached] ), 'AdvantagesMenu' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'bz/alpenueberquerung-wandern' base => '' webroot => '/' here => '/bz/alpenueberquerung-wandern' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 307 => 'Temporary Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 429 => 'Too Many Requests', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'Unsupported Version' ) [protected] _mimeTypes => array( 'html' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'json' => 'application/json', 'xml' => array( (int) 0 => 'application/xml', (int) 1 => 'text/xml' ), 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => array( (int) 0 => 'text/csv', (int) 1 => 'application/vnd.ms-excel' ), 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'jsonapi' => 'application/vnd.api+json', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', 'cc' => 'text/plain', 'css' => 'text/css', 'etx' => 'text/x-setext', 'f' => 'text/plain', 'f90' => 'text/plain', 'h' => 'text/plain', 'hh' => 'text/plain', 'htm' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'ics' => 'text/calendar', 'm' => 'text/plain', 'rtf' => 'text/rtf', 'rtx' => 'text/richtext', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'tsv' => 'text/tab-separated-values', 'tpl' => 'text/template', 'txt' => 'text/plain', 'text' => 'text/plain', 'avi' => 'video/x-msvideo', 'fli' => 'video/x-fli', 'mov' => 'video/quicktime', 'movie' => 'video/x-sgi-movie', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'qt' => 'video/quicktime', 'viv' => 'video/vnd.vivo', 'vivo' => 'video/vnd.vivo', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mp4' => 'video/mp4', 'm4v' => 'video/mp4', 'f4v' => 'video/mp4', 'f4p' => 'video/mp4', 'm4a' => 'audio/mp4', 'f4a' => 'audio/mp4', 'f4b' => 'audio/mp4', 'gif' => 'image/gif', 'ief' => 'image/ief', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpe' => 'image/jpeg', 'pbm' => 'image/x-portable-bitmap', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ras' => 'image/cmu-raster', 'rgb' => 'image/x-rgb', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'xbm' => 'image/x-xbitmap', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'psd' => array( (int) 0 => 'application/photoshop', (int) 1 => 'application/psd', (int) 2 => 'image/psd', (int) 3 => 'image/x-photoshop', (int) 4 => 'image/photoshop', (int) 5 => 'zz-application/zz-winassoc-psd' ), 'ice' => 'x-conference/x-cooltalk', 'iges' => 'model/iges', 'igs' => 'model/iges', 'mesh' => 'model/mesh', 'msh' => 'model/mesh', 'silo' => 'model/mesh', 'vrml' => 'model/vrml', 'wrl' => 'model/vrml', 'mime' => 'www/mime', 'pdb' => 'chemical/x-pdb', 'xyz' => 'chemical/x-pdb', 'javascript' => 'application/javascript', 'form' => 'application/x-www-form-urlencoded', 'file' => 'multipart/form-data', 'xhtml' => array( (int) 0 => 'application/xhtml+xml', (int) 1 => 'application/xhtml', (int) 2 => 'text/xhtml' ), 'xhtml-mobile' => 'application/vnd.wap.xhtml+xml', 'atom' => 'application/atom+xml', 'amf' => 'application/x-amf', 'wap' => array( (int) 0 => 'text/vnd.wap.wml', (int) 1 => 'text/vnd.wap.wmlscript', (int) 2 => 'image/vnd.wap.wbmp' ), 'wml' => 'text/vnd.wap.wml', 'wmlscript' => 'text/vnd.wap.wmlscript', 'wbmp' => 'image/vnd.wap.wbmp', 'woff' => 'application/x-font-woff', 'webp' => 'image/webp', 'appcache' => 'text/cache-manifest', 'manifest' => 'text/cache-manifest', 'htc' => 'text/x-component', 'rdf' => 'application/xml', 'crx' => 'application/x-chrome-extension', 'oex' => 'application/x-opera-extension', 'xpi' => 'application/x-xpinstall', 'safariextz' => 'application/octet-stream', 'webapp' => 'application/x-web-app-manifest+json', 'vcf' => 'text/x-vcard', 'vtt' => 'text/vtt', 'mkv' => 'video/x-matroska', 'pkpass' => 'application/vnd.apple.pkpass', 'ajax' => 'text/html' ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array() [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array() [protected] _cookies => array() }