Warning (2): Missing argument 1 for BoatsController::getmodeles() [APP/Plugin/Boatseller/Controller/BoatsController.php, line 260]Code Contextpublic function getmodeles($marque_id, $typeboat) {BoatsController::getmodeles() - APP/Plugin/Boatseller/Controller/BoatsController.php, line 260 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 CroogoAppController::invokeAction() - /var/www/cakephp/croogo/2.3.2/croogo/Croogo/Controller/CroogoAppController.php, line 220 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 105
Warning (2): Missing argument 2 for BoatsController::getmodeles() [APP/Plugin/Boatseller/Controller/BoatsController.php, line 260]Code Contextpublic function getmodeles($marque_id, $typeboat) {BoatsController::getmodeles() - APP/Plugin/Boatseller/Controller/BoatsController.php, line 260 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 CroogoAppController::invokeAction() - /var/www/cakephp/croogo/2.3.2/croogo/Croogo/Controller/CroogoAppController.php, line 220 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined variable: marque_id [APP/Plugin/Boatseller/Controller/BoatsController.php, line 268]Code Context'conditions' => array('Modele.id = Boat.modele_id','Modele.marque_id = '.$marque_id,BoatsController::getmodeles() - APP/Plugin/Boatseller/Controller/BoatsController.php, line 268 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 CroogoAppController::invokeAction() - /var/www/cakephp/croogo/2.3.2/croogo/Croogo/Controller/CroogoAppController.php, line 220 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined variable: typeboat [APP/Plugin/Boatseller/Controller/BoatsController.php, line 270]Code Context'Modele.marque_id = '.$marque_id,'Boat.Statut = 1','Boat.typeboat_id = '.$typeboat,BoatsController::getmodeles() - APP/Plugin/Boatseller/Controller/BoatsController.php, line 270 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 CroogoAppController::invokeAction() - /var/www/cakephp/croogo/2.3.2/croogo/Croogo/Controller/CroogoAppController.php, line 220 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 105
Error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND `Boat`.`Statut` = 1 AND `Boat`.`typeboat_id` =) WHERE 1 = 1' at line 1
SQL Query: SELECT `Modele`.`id`, `Modele`.`title` FROM `constanceboats`.`modeles` AS `Modele` INNER JOIN `constanceboats`.`boats` AS `Boat` ON (`Modele`.`id` = `Boat`.`modele_id` AND `Modele`.`marque_id` = AND `Boat`.`Statut` = 1 AND `Boat`.`typeboat_id` =) WHERE 1 = 1
Notice: If you want to customize this error message, create constanceboat2/View/Errors/pdo_error.ctp
$query->setFetchMode(PDO::FETCH_LAZY);//if (getenv('REMOTE_ADDR') == '91.165.170.129') debug($query);if (!$query->execute($params)) {$this->_results = $query;
array()
$options += array('log' => $this->fullDebug);$t = microtime(true);$this->_result = $this->_execute($sql, $params);
'SELECT `Modele`.`id`, `Modele`.`title` FROM `constanceboats`.`modeles` AS `Modele` INNER JOIN `constanceboats`.`boats` AS `Boat` ON (`Modele`.`id` = `Boat`.`modele_id` AND `Modele`.`marque_id` = AND `Boat`.`Statut` = 1 AND `Boat`.`typeboat_id` =) WHERE 1 = 1' array()
if ($cache && ($cached = $this->getQueryCache($sql, $params)) !== false) {return $cached;}$result = $this->execute($sql, array(), $params);if ($result) {
'SELECT `Modele`.`id`, `Modele`.`title` FROM `constanceboats`.`modeles` AS `Modele` INNER JOIN `constanceboats`.`boats` AS `Boat` ON (`Modele`.`id` = `Boat`.`modele_id` AND `Modele`.`marque_id` = AND `Boat`.`Statut` = 1 AND `Boat`.`typeboat_id` =) WHERE 1 = 1' array() array()
// Build SQL statement with the primary model, plus hasOne and belongsTo associations$query = $this->buildAssociationQuery($Model, $queryData);$resultSet = $this->fetchAll($query, $Model->cacheQueries);unset($query);
'SELECT `Modele`.`id`, `Modele`.`title` FROM `constanceboats`.`modeles` AS `Modele` INNER JOIN `constanceboats`.`boats` AS `Boat` ON (`Modele`.`id` = `Boat`.`modele_id` AND `Modele`.`marque_id` = AND `Boat`.`Statut` = 1 AND `Boat`.`typeboat_id` =) WHERE 1 = 1' false
* @return array*/protected function _readDataSource($type, $query) {$results = $this->getDataSource()->read($this, $query);$this->resetAssociations();
object(Modele) {
displayField => 'title'
validate => array(
'marque_id' => array(
'numeric' => array(
[maximum depth reached]
)
),
'title' => array(
'notBlank' => array(
[maximum depth reached]
)
)
)
belongsTo => array(
'Marque' => array(
'className' => 'Boatseller.Marque',
'foreignKey' => 'marque_id',
'conditions' => '',
'fields' => '',
'order' => '',
'counterCache' => ''
)
)
hasMany => array(
'Boat' => array(
'className' => 'Boatseller.Boat',
'foreignKey' => 'modele_id',
'dependent' => false,
'conditions' => '',
'fields' => '',
'order' => '',
'limit' => '',
'offset' => '',
'exclusive' => '',
'finderQuery' => '',
'counterQuery' => ''
)
)
useDbConfig => 'boats'
validationDomain => 'croogo'
useCache => true
actsAs => array(
(int) 0 => 'Containable'
)
useTable => 'modeles'
id => false
data => array()
schemaName => 'constanceboats'
table => 'modeles'
primaryKey => 'id'
validationErrors => array()
tablePrefix => ''
plugin => 'Boatseller'
name => 'Modele'
alias => 'Modele'
tableToModel => array(
'modeles' => 'Modele'
)
cacheQueries => false
hasOne => array()
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {
modelName => 'Modele'
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 => 'list'
recursive => (int) -1
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
)
[protected] _displayFields => array(
(int) 0 => 'id',
'title' => array(
'label' => 'Modèle'
),
'Marque.title' => array(
'value' => 'marque_id',
'label' => 'Marque'
)
)
[protected] _editFields => array(
(int) 0 => 'id',
'title' => array(
'label' => 'Modèle'
),
'marque_id' => array(
'label' => 'Marque',
'empty' => true
),
'importcode' => array(
'label' => 'Code importation'
)
)
[protected] _schema => null
[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(CroogoEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
[protected] _validator => null
}
array(
'conditions' => null,
'fields' => array(
(int) 0 => 'Modele.id',
(int) 1 => 'Modele.title'
),
'joins' => array(
(int) 0 => array(
'table' => 'boats',
'alias' => 'Boat',
'type' => 'INNER',
'conditions' => array(
(int) 0 => 'Modele.id = Boat.modele_id',
(int) 1 => 'Modele.marque_id = ',
(int) 2 => 'Boat.Statut = 1',
(int) 3 => 'Boat.typeboat_id = '
)
)
),
'limit' => null,
'offset' => null,
'order' => array(),
'page' => (int) 1,
'group' => null,
'callbacks' => true,
'recursive' => (int) -1,
'list' => array(
'groupPath' => null,
'valuePath' => '{n}.Modele.title',
'keyPath' => '{n}.Modele.id'
)
)return null;}return $this->_readDataSource($type, $query);}
'list'
array(
'conditions' => null,
'fields' => array(
(int) 0 => 'Modele.id',
(int) 1 => 'Modele.title'
),
'joins' => array(
(int) 0 => array(
'table' => 'boats',
'alias' => 'Boat',
'type' => 'INNER',
'conditions' => array(
(int) 0 => 'Modele.id = Boat.modele_id',
(int) 1 => 'Modele.marque_id = ',
(int) 2 => 'Boat.Statut = 1',
(int) 3 => 'Boat.typeboat_id = '
)
)
),
'limit' => null,
'offset' => null,
'order' => array(),
'page' => (int) 1,
'group' => null,
'callbacks' => true,
'recursive' => (int) -1,
'list' => array(
'groupPath' => null,
'valuePath' => '{n}.Modele.title',
'keyPath' => '{n}.Modele.id'
)
)'list' array( 'joins' => array( (int) 0 => array( 'table' => 'boats', 'alias' => 'Boat', 'type' => 'INNER', 'conditions' => array( (int) 0 => 'Modele.id = Boat.modele_id', (int) 1 => 'Modele.marque_id = ', (int) 2 => 'Boat.Statut = 1', (int) 3 => 'Boat.typeboat_id = ' ) ) ) )
}$args = func_get_args();$results = call_user_func_array(array('parent', 'find'), $args);if ($this->useCache) {
array( (int) 0 => 'parent', (int) 1 => 'find' ) array( (int) 0 => 'list', (int) 1 => array( 'joins' => array( (int) 0 => array( 'table' => 'boats', 'alias' => 'Boat', 'type' => 'INNER', 'conditions' => array( [maximum depth reached] ) ) ) ) )
'Boat.typeboat_id = '.$typeboat,)))));$this->set('modeles',$modeles);
'list' array( 'joins' => array( (int) 0 => array( 'table' => 'boats', 'alias' => 'Boat', 'type' => 'INNER', 'conditions' => array( (int) 0 => 'Modele.id = Boat.modele_id', (int) 1 => 'Modele.marque_id = ', (int) 2 => 'Boat.Statut = 1', (int) 3 => 'Boat.typeboat_id = ' ) ) ) )
'action' => $request->params['action']));}return $method->invokeArgs($this, $request->params['pass']);
object(BoatsController) {
name => 'Boats'
helpers => array(
'Html' => array(),
'Form' => array(),
'Session' => null,
'Text' => null,
'Js' => null,
'Time' => null,
'Croogo.Layout' => null,
'Custom' => null,
'Boatseller.Youtube' => null,
'Paginator' => array(
'className' => 'Croogo.CroogoPaginator'
),
'Comments.Comments' => null,
'Nodes.Nodes' => null,
'Meta.Meta' => null,
'Menus.Menus' => null,
'Blocks.Regions' => null,
'Taxonomy.Taxonomies' => null,
'Image2.Image2' => null,
'Nodeattachment.Nodeattachment' => null,
'Wysiwyg.Wysiwyg' => null,
'Ckeditor.Ckeditor' => null,
(int) 0 => 'Croogo.Croogo'
)
components => array(
'Session' => null,
'Flash' => null,
'Croogo.Croogo' => null,
'Security' => null,
'Acl' => null,
'Auth' => null,
'RequestHandler' => null,
'Acl.AclFilter' => null,
'CroogoAccess' => array(
'className' => 'Acl.AclAccess'
),
'Settings.Settings' => null,
'Nodes.Nodes' => null,
'Menus.Menus' => null,
'Blocks.Blocks' => array(
'priority' => (int) 5
),
'Taxonomy.Taxonomies' => null,
'Boatseller.Redirect' => null,
'Cookiemanager.Cookieconsentement' => null,
'Search.Prg' => array(
'presetForm' => array(
[maximum depth reached]
),
'commonProcess' => array(
[maximum depth reached]
)
)
)
presetVars => array(
(int) 0 => array(
'type' => 'value',
'field' => 'typeboat_id'
),
(int) 1 => array(
'type' => 'value',
'field' => 'marque_id'
),
(int) 2 => array(
'type' => 'value',
'method' => 'prixCondition',
'field' => 'prix'
),
(int) 3 => array(
'type' => 'value',
'method' => 'longueurCondition',
'field' => 'longueur'
),
(int) 4 => array(
'type' => 'value',
'method' => 'flagsCondition',
'field' => 'flags'
)
)
paginate => array(
'limit' => (int) 10
)
usePaginationCache => true
viewClass => 'Theme'
theme => 'Constance2'
uses => array(
(int) 0 => 'Boatseller.Boat',
(int) 1 => 'Settings.Setting'
)
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'boatseller/boats/getmodeles/'
base => ''
webroot => '/'
here => '/boatseller/boats/getmodeles/'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Boats'
layoutPath => null
viewVars => array(
'boatsellerfotopath' => '/var/www/vhosts/constanceboat.com/constanceboat2/View/Themed/Constance2/webroot/img/photos/',
'boatsellerfotourl' => '//constanceboat.com/theme/Constance2/img/photos/',
'boatsellercfg' => array(
'boatsellerfotopath' => '/var/www/vhosts/constanceboat.com/constanceboat2/View/Themed/Constance2/webroot/img/photos/',
'boatsellerfotourl' => '//constanceboat.com/theme/Constance2/img/photos/',
'config_smtp' => '{"port" : "465", "host" : "ssl://ssl0.ovh.net", "username" : "contact@mediaannonces.fr", "password" : "Media@n01ffr!", "transport" : "Smtp" }'
),
'isMobile' => false
)
view => 'getmodeles'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(BoatsController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
View => null
ext => '.ctp'
plugin => 'Boatseller'
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 1 => 'boatlist',
(int) 2 => 'index',
(int) 3 => 'getmodeles',
(int) 4 => 'getmarques',
(int) 5 => 'tarifs',
(int) 6 => 'bestprices',
(int) 7 => 'view',
(int) 8 => 'rent',
(int) 9 => '__setCategories',
(int) 10 => '__setCapacites',
(int) 11 => 'printpdf',
(int) 12 => '__initBoat',
(int) 13 => '__setPeriodes',
(int) 14 => 'boatmap',
(int) 15 => '__initBoaturl',
(int) 16 => 'admin_index',
(int) 17 => 'admin_add',
(int) 18 => 'admin_edit',
(int) 19 => '__initBoats',
(int) 20 => 'admin_delete',
(int) 21 => 'admin_sort_boat',
(int) 22 => 'admin_cleanboats',
(int) 25 => 'afterConstruct',
(int) 26 => '_setupComponents',
(int) 27 => '_setupTheme',
(int) 29 => 'securityError',
(int) 30 => '_setupAclComponent'
)
modelClass => 'Boat'
modelKey => 'boat'
validationErrors => null
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Flash => object(FlashComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _defaultConfig => array(
[maximum depth reached]
)
[protected] _Collection => null
[protected] _componentMap => array([maximum depth reached])
}
Croogo => object(CroogoComponent) {
components => array(
[maximum depth reached]
)
blocksData => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
_CroogoTheme => object(CroogoTheme) {}
[protected] _defaultRoleId => (int) 3
[protected] _controller => object(BoatsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Security => object(SecurityComponent) {
blackHoleCallback => 'securityError'
requirePost => array(
[maximum depth reached]
)
requireGet => array([maximum depth reached])
requirePut => array([maximum depth reached])
requireDelete => array([maximum depth reached])
requireSecure => array([maximum depth reached])
requireAuth => array([maximum depth reached])
allowedControllers => array([maximum depth reached])
allowedActions => array([maximum depth reached])
disabledFields => array([maximum depth reached])
unlockedFields => array([maximum depth reached])
unlockedActions => array([maximum depth reached])
validatePost => false
csrfCheck => true
csrfExpires => '+30 minutes'
csrfUseOnce => true
csrfLimit => (int) 100
components => array(
[maximum depth reached]
)
request => object(CakeRequest) {}
settings => array([maximum depth reached])
Session => object(SessionComponent) {}
[protected] _action => 'getmodeles'
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Acl => object(AclComponent) {
Aro => object(Aro) {}
Aco => object(Aco) {}
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Instance => object(DbAcl) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Auth => object(AuthComponent) {
components => array(
[maximum depth reached]
)
authenticate => array(
[maximum depth reached]
)
authorize => array(
[maximum depth reached]
)
ajaxLogin => null
flash => array(
[maximum depth reached]
)
loginAction => array(
[maximum depth reached]
)
loginRedirect => null
logoutRedirect => array(
[maximum depth reached]
)
authError => 'Vous n'êtes pas autorisé à accéder à cet endroit.'
unauthorizedRedirect => array(
[maximum depth reached]
)
allowedActions => array(
[maximum depth reached]
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
settings => array([maximum depth reached])
[protected] _authenticateObjects => array([maximum depth reached])
[protected] _authorizeObjects => array([maximum depth reached])
[protected] _user => array([maximum depth reached])
[protected] _methods => array(
[maximum depth reached]
)
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
RequestHandler => object(RequestHandlerComponent) {
ajaxLayout => 'ajax'
enabled => true
request => object(CakeRequest) {}
response => object(CakeResponse) {}
ext => null
settings => array(
[maximum depth reached]
)
components => array([maximum depth reached])
params => object(CakeRequest) {}
[protected] _renderType => null
[protected] _inputTypeMap => array(
[maximum depth reached]
)
[protected] _viewClassMap => array(
[maximum depth reached]
)
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
AclFilter => object(AclFilterComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(BoatsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
CroogoAccess => object(AclAccessComponent) {
settings => array(
[maximum depth reached]
)
components => array([maximum depth reached])
[protected] _controller => object(BoatsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Settings => object(SettingsComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(BoatsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Nodes => object(NodesComponent) {
nodesForLayout => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
components => array([maximum depth reached])
controller => object(BoatsController) {}
Node => object(Node) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Menus => object(MenusComponent) {
components => array(
[maximum depth reached]
)
menusForLayout => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
controller => object(BoatsController) {}
Link => object(Link) {}
Croogo => object(CroogoComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Blocks => object(BlocksComponent) {
blocksForLayout => array(
[maximum depth reached]
)
blocksData => array(
[maximum depth reached]
)
settings => array(
[maximum depth reached]
)
components => array([maximum depth reached])
controller => object(BoatsController) {}
Block => object(Block) {}
[protected] _stringConverter => object(StringConverter) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Taxonomies => object(TaxonomiesComponent) {
components => array(
[maximum depth reached]
)
typesForLayout => array(
[maximum depth reached]
)
vocabulariesForLayout => array([maximum depth reached])
settings => array([maximum depth reached])
controller => object(BoatsController) {}
Taxonomy => object(Taxonomy) {}
Croogo => object(CroogoComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Redirect => object(RedirectComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
controller => object(BoatsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Cookieconsentement => object(CookieconsentementComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(BoatsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Prg => object(PrgComponent) {
actions => array([maximum depth reached])
encode => false
isSearch => false
settings => array([maximum depth reached])
components => array([maximum depth reached])
controller => object(BoatsController) {}
[protected] _parsedParams => array([maximum depth reached])
[protected] _defaults => array(
[maximum depth reached]
)
[protected] _Collection => null
[protected] _componentMap => array([maximum depth reached])
}
Boat => object(Boat) {
displayField => 'nom'
name => 'Boat'
order => array(
[maximum depth reached]
)
actsAs => array(
[maximum depth reached]
)
filterArgs => array(
[maximum depth reached]
)
validate => array(
[maximum depth reached]
)
hasMany => array(
[maximum depth reached]
)
hasAndBelongsToMany => array(
[maximum depth reached]
)
belongsTo => array(
[maximum depth reached]
)
useDbConfig => 'boats'
validationDomain => 'croogo'
useCache => true
useTable => 'boats'
id => null
data => array([maximum depth reached])
schemaName => null
table => 'boats'
primaryKey => 'id'
validationErrors => array([maximum depth reached])
plugin => 'Boatseller'
alias => 'Boat'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
hasOne => array([maximum depth reached])
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => null
recursive => (int) 1
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]
)
Modele => object(Modele) {}
[protected] _displayFields => array([maximum depth reached])
[protected] _editFields => 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
}
Setting => object(Setting) {
name => 'Setting'
settingsPath => '/var/www/vhosts/constanceboat.com/constanceboat2/Config/settings.json'
actsAs => array(
[maximum depth reached]
)
validate => array(
[maximum depth reached]
)
filterArgs => array(
[maximum depth reached]
)
validationDomain => 'croogo'
useCache => true
useDbConfig => 'default'
useTable => 'settings'
id => null
data => array([maximum depth reached])
schemaName => 'constanceboat2'
table => 'settings'
primaryKey => 'id'
validationErrors => array([maximum depth reached])
tablePrefix => ''
plugin => 'Settings'
alias => 'Setting'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
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
recursive => (int) 1
order => 'Setting.weight ASC'
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] _displayFields => array([maximum depth reached])
[protected] _editFields => 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
}
[protected] _defaultComponents => array(
(int) 0 => 'Croogo.Croogo',
(int) 1 => 'Security',
(int) 2 => 'Acl',
(int) 3 => 'Auth',
(int) 4 => 'Session',
(int) 5 => 'RequestHandler'
)
[protected] _appComponents => array(
(int) 0 => 'Acl.AclFilter',
'CroogoAccess' => array(
'className' => 'Acl.AclAccess'
),
(int) 1 => 'Settings.Settings',
(int) 2 => 'Nodes.Nodes',
(int) 3 => 'Menus.Menus',
'Blocks.Blocks' => array(
'priority' => (int) 5
),
(int) 4 => 'Taxonomy.Taxonomies',
(int) 5 => 'Boatseller.Redirect',
(int) 6 => 'Cookiemanager.Cookieconsentement'
)
[protected] _apiComponents => array()
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CroogoEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}
array()*/public function invokeAction(CakeRequest $request) {try {return parent::invokeAction($request);} catch (MissingActionException $e) {
object(CakeRequest) {
params => array(
'plugin' => 'boatseller',
'controller' => 'boats',
'action' => 'getmodeles',
'named' => array(),
'pass' => array(),
'_Token' => array(
'key' => '0965126ee6c1bdebbffd8461f993c6a39aa782a6127e20dcf4929b8f5b10136ba0d39c174cca62f6cce27fec47cbef498d96cc78697922806ee17a05e1f1ebb1',
'unlockedFields' => array([maximum depth reached])
),
'isAjax' => false,
'models' => array(
'Setting' => array(
[maximum depth reached]
),
'SchemaMigration' => array(
[maximum depth reached]
),
'Type' => array(
[maximum depth reached]
),
'TrackableCreator' => array(
[maximum depth reached]
),
'Aro' => array(
[maximum depth reached]
),
'Aco' => array(
[maximum depth reached]
),
'TrackableUpdater' => array(
[maximum depth reached]
),
'Vocabulary' => array(
[maximum depth reached]
),
'TypesVocabulary' => array(
[maximum depth reached]
),
'Permission' => array(
[maximum depth reached]
),
'Block' => array(
[maximum depth reached]
),
'Node' => array(
[maximum depth reached]
),
'Taxonomy' => array(
[maximum depth reached]
),
'Link' => array(
[maximum depth reached]
),
'Boat' => array(
[maximum depth reached]
),
'Region' => array(
[maximum depth reached]
),
'User' => array(
[maximum depth reached]
),
'Meta' => array(
[maximum depth reached]
),
'Comment' => array(
[maximum depth reached]
),
'Nodeattachment' => array(
[maximum depth reached]
),
'ModelTaxonomy' => array(
[maximum depth reached]
),
'Menu' => array(
[maximum depth reached]
),
'Modele' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'boatseller/boats/getmodeles/'
base => ''
webroot => '/'
here => '/boatseller/boats/getmodeles/'
[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'
),
'api' => array(
'callback' => array(
[maximum depth reached]
)
),
'whitelisted' => array(
'callback' => array(
[maximum depth reached]
)
)
)
[protected] _input => ''
}$response = $controller->response;$render = true;$result = $controller->invokeAction($request);if ($result instanceof CakeResponse) {
object(CakeRequest) {
params => array(
'plugin' => 'boatseller',
'controller' => 'boats',
'action' => 'getmodeles',
'named' => array(),
'pass' => array(),
'_Token' => array(
'key' => '0965126ee6c1bdebbffd8461f993c6a39aa782a6127e20dcf4929b8f5b10136ba0d39c174cca62f6cce27fec47cbef498d96cc78697922806ee17a05e1f1ebb1',
'unlockedFields' => array([maximum depth reached])
),
'isAjax' => false,
'models' => array(
'Setting' => array(
[maximum depth reached]
),
'SchemaMigration' => array(
[maximum depth reached]
),
'Type' => array(
[maximum depth reached]
),
'TrackableCreator' => array(
[maximum depth reached]
),
'Aro' => array(
[maximum depth reached]
),
'Aco' => array(
[maximum depth reached]
),
'TrackableUpdater' => array(
[maximum depth reached]
),
'Vocabulary' => array(
[maximum depth reached]
),
'TypesVocabulary' => array(
[maximum depth reached]
),
'Permission' => array(
[maximum depth reached]
),
'Block' => array(
[maximum depth reached]
),
'Node' => array(
[maximum depth reached]
),
'Taxonomy' => array(
[maximum depth reached]
),
'Link' => array(
[maximum depth reached]
),
'Boat' => array(
[maximum depth reached]
),
'Region' => array(
[maximum depth reached]
),
'User' => array(
[maximum depth reached]
),
'Meta' => array(
[maximum depth reached]
),
'Comment' => array(
[maximum depth reached]
),
'Nodeattachment' => array(
[maximum depth reached]
),
'ModelTaxonomy' => array(
[maximum depth reached]
),
'Menu' => array(
[maximum depth reached]
),
'Modele' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'boatseller/boats/getmodeles/'
base => ''
webroot => '/'
here => '/boatseller/boats/getmodeles/'
[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'
),
'api' => array(
'callback' => array(
[maximum depth reached]
)
),
'whitelisted' => array(
'callback' => array(
[maximum depth reached]
)
)
)
[protected] _input => ''
}));}$response = $this->_invoke($controller, $request);if (isset($request->params['return'])) {
object(BoatsController) {
name => 'Boats'
helpers => array(
'Html' => array(),
'Form' => array(),
'Session' => null,
'Text' => null,
'Js' => null,
'Time' => null,
'Croogo.Layout' => null,
'Custom' => null,
'Boatseller.Youtube' => null,
'Paginator' => array(
'className' => 'Croogo.CroogoPaginator'
),
'Comments.Comments' => null,
'Nodes.Nodes' => null,
'Meta.Meta' => null,
'Menus.Menus' => null,
'Blocks.Regions' => null,
'Taxonomy.Taxonomies' => null,
'Image2.Image2' => null,
'Nodeattachment.Nodeattachment' => null,
'Wysiwyg.Wysiwyg' => null,
'Ckeditor.Ckeditor' => null,
(int) 0 => 'Croogo.Croogo'
)
components => array(
'Session' => null,
'Flash' => null,
'Croogo.Croogo' => null,
'Security' => null,
'Acl' => null,
'Auth' => null,
'RequestHandler' => null,
'Acl.AclFilter' => null,
'CroogoAccess' => array(
'className' => 'Acl.AclAccess'
),
'Settings.Settings' => null,
'Nodes.Nodes' => null,
'Menus.Menus' => null,
'Blocks.Blocks' => array(
'priority' => (int) 5
),
'Taxonomy.Taxonomies' => null,
'Boatseller.Redirect' => null,
'Cookiemanager.Cookieconsentement' => null,
'Search.Prg' => array(
'presetForm' => array(
[maximum depth reached]
),
'commonProcess' => array(
[maximum depth reached]
)
)
)
presetVars => array(
(int) 0 => array(
'type' => 'value',
'field' => 'typeboat_id'
),
(int) 1 => array(
'type' => 'value',
'field' => 'marque_id'
),
(int) 2 => array(
'type' => 'value',
'method' => 'prixCondition',
'field' => 'prix'
),
(int) 3 => array(
'type' => 'value',
'method' => 'longueurCondition',
'field' => 'longueur'
),
(int) 4 => array(
'type' => 'value',
'method' => 'flagsCondition',
'field' => 'flags'
)
)
paginate => array(
'limit' => (int) 10
)
usePaginationCache => true
viewClass => 'Theme'
theme => 'Constance2'
uses => array(
(int) 0 => 'Boatseller.Boat',
(int) 1 => 'Settings.Setting'
)
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'boatseller/boats/getmodeles/'
base => ''
webroot => '/'
here => '/boatseller/boats/getmodeles/'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Boats'
layoutPath => null
viewVars => array(
'boatsellerfotopath' => '/var/www/vhosts/constanceboat.com/constanceboat2/View/Themed/Constance2/webroot/img/photos/',
'boatsellerfotourl' => '//constanceboat.com/theme/Constance2/img/photos/',
'boatsellercfg' => array(
'boatsellerfotopath' => '/var/www/vhosts/constanceboat.com/constanceboat2/View/Themed/Constance2/webroot/img/photos/',
'boatsellerfotourl' => '//constanceboat.com/theme/Constance2/img/photos/',
'config_smtp' => '{"port" : "465", "host" : "ssl://ssl0.ovh.net", "username" : "contact@mediaannonces.fr", "password" : "Media@n01ffr!", "transport" : "Smtp" }'
),
'isMobile' => false
)
view => 'getmodeles'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(BoatsController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
View => null
ext => '.ctp'
plugin => 'Boatseller'
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 1 => 'boatlist',
(int) 2 => 'index',
(int) 3 => 'getmodeles',
(int) 4 => 'getmarques',
(int) 5 => 'tarifs',
(int) 6 => 'bestprices',
(int) 7 => 'view',
(int) 8 => 'rent',
(int) 9 => '__setCategories',
(int) 10 => '__setCapacites',
(int) 11 => 'printpdf',
(int) 12 => '__initBoat',
(int) 13 => '__setPeriodes',
(int) 14 => 'boatmap',
(int) 15 => '__initBoaturl',
(int) 16 => 'admin_index',
(int) 17 => 'admin_add',
(int) 18 => 'admin_edit',
(int) 19 => '__initBoats',
(int) 20 => 'admin_delete',
(int) 21 => 'admin_sort_boat',
(int) 22 => 'admin_cleanboats',
(int) 25 => 'afterConstruct',
(int) 26 => '_setupComponents',
(int) 27 => '_setupTheme',
(int) 29 => 'securityError',
(int) 30 => '_setupAclComponent'
)
modelClass => 'Boat'
modelKey => 'boat'
validationErrors => null
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Flash => object(FlashComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _defaultConfig => array(
[maximum depth reached]
)
[protected] _Collection => null
[protected] _componentMap => array([maximum depth reached])
}
Croogo => object(CroogoComponent) {
components => array(
[maximum depth reached]
)
blocksData => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
_CroogoTheme => object(CroogoTheme) {}
[protected] _defaultRoleId => (int) 3
[protected] _controller => object(BoatsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Security => object(SecurityComponent) {
blackHoleCallback => 'securityError'
requirePost => array(
[maximum depth reached]
)
requireGet => array([maximum depth reached])
requirePut => array([maximum depth reached])
requireDelete => array([maximum depth reached])
requireSecure => array([maximum depth reached])
requireAuth => array([maximum depth reached])
allowedControllers => array([maximum depth reached])
allowedActions => array([maximum depth reached])
disabledFields => array([maximum depth reached])
unlockedFields => array([maximum depth reached])
unlockedActions => array([maximum depth reached])
validatePost => false
csrfCheck => true
csrfExpires => '+30 minutes'
csrfUseOnce => true
csrfLimit => (int) 100
components => array(
[maximum depth reached]
)
request => object(CakeRequest) {}
settings => array([maximum depth reached])
Session => object(SessionComponent) {}
[protected] _action => 'getmodeles'
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Acl => object(AclComponent) {
Aro => object(Aro) {}
Aco => object(Aco) {}
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Instance => object(DbAcl) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Auth => object(AuthComponent) {
components => array(
[maximum depth reached]
)
authenticate => array(
[maximum depth reached]
)
authorize => array(
[maximum depth reached]
)
ajaxLogin => null
flash => array(
[maximum depth reached]
)
loginAction => array(
[maximum depth reached]
)
loginRedirect => null
logoutRedirect => array(
[maximum depth reached]
)
authError => 'Vous n'êtes pas autorisé à accéder à cet endroit.'
unauthorizedRedirect => array(
[maximum depth reached]
)
allowedActions => array(
[maximum depth reached]
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
settings => array([maximum depth reached])
[protected] _authenticateObjects => array([maximum depth reached])
[protected] _authorizeObjects => array([maximum depth reached])
[protected] _user => array([maximum depth reached])
[protected] _methods => array(
[maximum depth reached]
)
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
RequestHandler => object(RequestHandlerComponent) {
ajaxLayout => 'ajax'
enabled => true
request => object(CakeRequest) {}
response => object(CakeResponse) {}
ext => null
settings => array(
[maximum depth reached]
)
components => array([maximum depth reached])
params => object(CakeRequest) {}
[protected] _renderType => null
[protected] _inputTypeMap => array(
[maximum depth reached]
)
[protected] _viewClassMap => array(
[maximum depth reached]
)
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
AclFilter => object(AclFilterComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(BoatsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
CroogoAccess => object(AclAccessComponent) {
settings => array(
[maximum depth reached]
)
components => array([maximum depth reached])
[protected] _controller => object(BoatsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Settings => object(SettingsComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(BoatsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Nodes => object(NodesComponent) {
nodesForLayout => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
components => array([maximum depth reached])
controller => object(BoatsController) {}
Node => object(Node) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Menus => object(MenusComponent) {
components => array(
[maximum depth reached]
)
menusForLayout => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
controller => object(BoatsController) {}
Link => object(Link) {}
Croogo => object(CroogoComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Blocks => object(BlocksComponent) {
blocksForLayout => array(
[maximum depth reached]
)
blocksData => array(
[maximum depth reached]
)
settings => array(
[maximum depth reached]
)
components => array([maximum depth reached])
controller => object(BoatsController) {}
Block => object(Block) {}
[protected] _stringConverter => object(StringConverter) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Taxonomies => object(TaxonomiesComponent) {
components => array(
[maximum depth reached]
)
typesForLayout => array(
[maximum depth reached]
)
vocabulariesForLayout => array([maximum depth reached])
settings => array([maximum depth reached])
controller => object(BoatsController) {}
Taxonomy => object(Taxonomy) {}
Croogo => object(CroogoComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Redirect => object(RedirectComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
controller => object(BoatsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Cookieconsentement => object(CookieconsentementComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(BoatsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Prg => object(PrgComponent) {
actions => array([maximum depth reached])
encode => false
isSearch => false
settings => array([maximum depth reached])
components => array([maximum depth reached])
controller => object(BoatsController) {}
[protected] _parsedParams => array([maximum depth reached])
[protected] _defaults => array(
[maximum depth reached]
)
[protected] _Collection => null
[protected] _componentMap => array([maximum depth reached])
}
Boat => object(Boat) {
displayField => 'nom'
name => 'Boat'
order => array(
[maximum depth reached]
)
actsAs => array(
[maximum depth reached]
)
filterArgs => array(
[maximum depth reached]
)
validate => array(
[maximum depth reached]
)
hasMany => array(
[maximum depth reached]
)
hasAndBelongsToMany => array(
[maximum depth reached]
)
belongsTo => array(
[maximum depth reached]
)
useDbConfig => 'boats'
validationDomain => 'croogo'
useCache => true
useTable => 'boats'
id => null
data => array([maximum depth reached])
schemaName => null
table => 'boats'
primaryKey => 'id'
validationErrors => array([maximum depth reached])
plugin => 'Boatseller'
alias => 'Boat'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
hasOne => array([maximum depth reached])
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => null
recursive => (int) 1
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]
)
Modele => object(Modele) {}
[protected] _displayFields => array([maximum depth reached])
[protected] _editFields => 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
}
Setting => object(Setting) {
name => 'Setting'
settingsPath => '/var/www/vhosts/constanceboat.com/constanceboat2/Config/settings.json'
actsAs => array(
[maximum depth reached]
)
validate => array(
[maximum depth reached]
)
filterArgs => array(
[maximum depth reached]
)
validationDomain => 'croogo'
useCache => true
useDbConfig => 'default'
useTable => 'settings'
id => null
data => array([maximum depth reached])
schemaName => 'constanceboat2'
table => 'settings'
primaryKey => 'id'
validationErrors => array([maximum depth reached])
tablePrefix => ''
plugin => 'Settings'
alias => 'Setting'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
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
recursive => (int) 1
order => 'Setting.weight ASC'
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] _displayFields => array([maximum depth reached])
[protected] _editFields => 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
}
[protected] _defaultComponents => array(
(int) 0 => 'Croogo.Croogo',
(int) 1 => 'Security',
(int) 2 => 'Acl',
(int) 3 => 'Auth',
(int) 4 => 'Session',
(int) 5 => 'RequestHandler'
)
[protected] _appComponents => array(
(int) 0 => 'Acl.AclFilter',
'CroogoAccess' => array(
'className' => 'Acl.AclAccess'
),
(int) 1 => 'Settings.Settings',
(int) 2 => 'Nodes.Nodes',
(int) 3 => 'Menus.Menus',
'Blocks.Blocks' => array(
'priority' => (int) 5
),
(int) 4 => 'Taxonomy.Taxonomies',
(int) 5 => 'Boatseller.Redirect',
(int) 6 => 'Cookiemanager.Cookieconsentement'
)
[protected] _apiComponents => array()
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CroogoEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}
object(CakeRequest) {
params => array(
'plugin' => 'boatseller',
'controller' => 'boats',
'action' => 'getmodeles',
'named' => array(),
'pass' => array(),
'_Token' => array(
'key' => '0965126ee6c1bdebbffd8461f993c6a39aa782a6127e20dcf4929b8f5b10136ba0d39c174cca62f6cce27fec47cbef498d96cc78697922806ee17a05e1f1ebb1',
'unlockedFields' => array([maximum depth reached])
),
'isAjax' => false,
'models' => array(
'Setting' => array(
[maximum depth reached]
),
'SchemaMigration' => array(
[maximum depth reached]
),
'Type' => array(
[maximum depth reached]
),
'TrackableCreator' => array(
[maximum depth reached]
),
'Aro' => array(
[maximum depth reached]
),
'Aco' => array(
[maximum depth reached]
),
'TrackableUpdater' => array(
[maximum depth reached]
),
'Vocabulary' => array(
[maximum depth reached]
),
'TypesVocabulary' => array(
[maximum depth reached]
),
'Permission' => array(
[maximum depth reached]
),
'Block' => array(
[maximum depth reached]
),
'Node' => array(
[maximum depth reached]
),
'Taxonomy' => array(
[maximum depth reached]
),
'Link' => array(
[maximum depth reached]
),
'Boat' => array(
[maximum depth reached]
),
'Region' => array(
[maximum depth reached]
),
'User' => array(
[maximum depth reached]
),
'Meta' => array(
[maximum depth reached]
),
'Comment' => array(
[maximum depth reached]
),
'Nodeattachment' => array(
[maximum depth reached]
),
'ModelTaxonomy' => array(
[maximum depth reached]
),
'Menu' => array(
[maximum depth reached]
),
'Modele' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'boatseller/boats/getmodeles/'
base => ''
webroot => '/'
here => '/boatseller/boats/getmodeles/'
[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'
),
'api' => array(
'callback' => array(
[maximum depth reached]
)
),
'whitelisted' => array(
'callback' => array(
[maximum depth reached]
)
)
)
[protected] _input => ''
}App::uses('Dispatcher', 'Routing');$Dispatcher = new Dispatcher();$Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));
object(CakeRequest) {
params => array(
'plugin' => 'boatseller',
'controller' => 'boats',
'action' => 'getmodeles',
'named' => array(),
'pass' => array(),
'_Token' => array(
'key' => '0965126ee6c1bdebbffd8461f993c6a39aa782a6127e20dcf4929b8f5b10136ba0d39c174cca62f6cce27fec47cbef498d96cc78697922806ee17a05e1f1ebb1',
'unlockedFields' => array([maximum depth reached])
),
'isAjax' => false,
'models' => array(
'Setting' => array(
[maximum depth reached]
),
'SchemaMigration' => array(
[maximum depth reached]
),
'Type' => array(
[maximum depth reached]
),
'TrackableCreator' => array(
[maximum depth reached]
),
'Aro' => array(
[maximum depth reached]
),
'Aco' => array(
[maximum depth reached]
),
'TrackableUpdater' => array(
[maximum depth reached]
),
'Vocabulary' => array(
[maximum depth reached]
),
'TypesVocabulary' => array(
[maximum depth reached]
),
'Permission' => array(
[maximum depth reached]
),
'Block' => array(
[maximum depth reached]
),
'Node' => array(
[maximum depth reached]
),
'Taxonomy' => array(
[maximum depth reached]
),
'Link' => array(
[maximum depth reached]
),
'Boat' => array(
[maximum depth reached]
),
'Region' => array(
[maximum depth reached]
),
'User' => array(
[maximum depth reached]
),
'Meta' => array(
[maximum depth reached]
),
'Comment' => array(
[maximum depth reached]
),
'Nodeattachment' => array(
[maximum depth reached]
),
'ModelTaxonomy' => array(
[maximum depth reached]
),
'Menu' => array(
[maximum depth reached]
),
'Modele' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'boatseller/boats/getmodeles/'
base => ''
webroot => '/'
here => '/boatseller/boats/getmodeles/'
[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'
),
'api' => array(
'callback' => array(
[maximum depth reached]
)
),
'whitelisted' => array(
'callback' => array(
[maximum depth reached]
)
)
)
[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' => array(
(int) 0 => 'text/x-json',
(int) 1 => '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()
}