object(Cake\ORM\Query\SelectQuery) id:0 {
'(help)' => 'This is a Query object, to get the results execute or iterate it.'
'sql' => 'SQL could not be generated for this query as it is incomplete.'
'params' => [
]
'defaultTypes' => [
'Videos__id' => 'integer',
'Videos.id' => 'integer',
'id' => 'integer',
'Videos__tenant_id' => 'integer',
'Videos.tenant_id' => 'integer',
'tenant_id' => 'integer',
'Videos__category_id' => 'integer',
'Videos.category_id' => 'integer',
'category_id' => 'integer',
'Videos__title' => 'string',
'Videos.title' => 'string',
'title' => 'string',
'Videos__description' => 'text',
'Videos.description' => 'text',
'description' => 'text',
'Videos__youtube_id' => 'string',
'Videos.youtube_id' => 'string',
'youtube_id' => 'string',
'Videos__category' => 'string',
'Videos.category' => 'string',
'category' => 'string',
'Videos__active' => 'boolean',
'Videos.active' => 'boolean',
'active' => 'boolean',
'Videos__created' => 'datetime',
'Videos.created' => 'datetime',
'created' => 'datetime',
'Videos__modified' => 'datetime',
'Videos.modified' => 'datetime',
'modified' => 'datetime',
'Tenants__id' => 'integer',
'Tenants.id' => 'integer',
'Tenants__name' => 'string',
'Tenants.name' => 'string',
'name' => 'string',
'Tenants__subdomain' => 'string',
'Tenants.subdomain' => 'string',
'subdomain' => 'string',
'Tenants__logo' => 'string',
'Tenants.logo' => 'string',
'logo' => 'string',
'Tenants__primary_color' => 'string',
'Tenants.primary_color' => 'string',
'primary_color' => 'string',
'Tenants__secondary_color' => 'string',
'Tenants.secondary_color' => 'string',
'secondary_color' => 'string',
'Tenants__active' => 'boolean',
'Tenants.active' => 'boolean',
'Tenants__created' => 'datetime',
'Tenants.created' => 'datetime',
'Tenants__modified' => 'datetime',
'Tenants.modified' => 'datetime',
]
'decorators' => (int) 0
'executed' => false
'hydrate' => true
'buffered' => true
'formatters' => (int) 0
'mapReducers' => (int) 0
'contain' => [
]
'matching' => [
'Tenants' => [
'matching' => true,
'queryBuilder' => object(Closure) id:1 {
},
'joinType' => 'INNER',
'fields' => false,
],
]
'extraOptions' => [
]
'repository' => object(App\Model\Table\VideosTable) id:2 {
'registryAlias' => 'Videos'
'table' => 'videos'
'alias' => 'Videos'
'entityClass' => 'App\Model\Entity\Video'
'associations' => [
(int) 0 => 'Tenants',
(int) 1 => 'VideoCategories',
]
'behaviors' => [
(int) 0 => 'Timestamp',
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
}
[
'matching' => true,
'queryBuilder' => object(Closure) id:0 {
},
'joinType' => 'INNER',
'fields' => [
],
'aliasPath' => 'Tenants',
'propertyPath' => '_matchingData.Tenants',
'includeFields' => false,
'foreignKey' => 'tenant_id',
'conditions' => [
(int) 0 => [
'Tenants.id' => object(Cake\Database\Expression\IdentifierExpression) id:1 {
},
],
],
'table' => 'tenants',
'finder' => 'all',
]