object(Cake\ORM\Query) id:0 {
'(help)' => 'This is a Query object, to get the results execute or iterate it.'
'sql' => 'INSERT INTO requests (referer, user_agent, ip, redirect) VALUES (:c0, :c1, :c2, :c3)'
'params' => [
':c0' => [
'value' => null,
'type' => 'string',
'placeholder' => 'c0',
],
':c1' => [
'value' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'type' => 'string',
'placeholder' => 'c1',
],
':c2' => [
'value' => '34.239.150.167',
'type' => 'string',
'placeholder' => 'c2',
],
':c3' => [
'value' => null,
'type' => 'integer',
'placeholder' => 'c3',
],
]
'defaultTypes' => [
'Requests__id' => 'integer',
'Requests.id' => 'integer',
'id' => 'integer',
'Requests__ts' => 'timestamp',
'Requests.ts' => 'timestamp',
'ts' => 'timestamp',
'Requests__source' => 'string',
'Requests.source' => 'string',
'source' => 'string',
'Requests__referer' => 'string',
'Requests.referer' => 'string',
'referer' => 'string',
'Requests__user_agent' => 'string',
'Requests.user_agent' => 'string',
'user_agent' => 'string',
'Requests__ip' => 'string',
'Requests.ip' => 'string',
'ip' => 'string',
'Requests__host' => 'string',
'Requests.host' => 'string',
'host' => 'string',
'Requests__redirect' => 'integer',
'Requests.redirect' => 'integer',
'redirect' => 'integer',
]
'decorators' => (int) 0
'executed' => false
'hydrate' => true
'buffered' => true
'formatters' => (int) 0
'mapReducers' => (int) 0
'contain' => [
]
'matching' => [
]
'extraOptions' => [
]
'repository' => object(App\Model\Table\RequestsTable) id:1 {
'registryAlias' => 'Requests'
'table' => 'requests'
'alias' => 'Requests'
'entityClass' => 'App\Model\Entity\Request'
'associations' => [
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
}