object(App\Model\Table\ArticlesTable) id:0 {
'registryAlias' => 'Articles'
'table' => 'articles'
'alias' => 'Articles'
'entityClass' => 'App\Model\Entity\Article'
'associations' => [
(int) 0 => 'Tags',
]
'behaviors' => [
(int) 0 => 'Timestamp',
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
[
'defaults' => [
'maxLimit' => (int) 100,
'limit' => (int) 20,
'page' => (int) 1,
'allowedParameters' => [
(int) 0 => 'limit',
(int) 1 => 'sort',
(int) 2 => 'page',
(int) 3 => 'direction',
],
'sortableFields' => null,
'finder' => 'all',
'scope' => null,
],
'options' => [
'maxLimit' => (int) 100,
'limit' => (int) 20,
'page' => (int) 1,
'allowedParameters' => [
(int) 0 => 'limit',
(int) 1 => 'sort',
(int) 2 => 'page',
(int) 3 => 'direction',
],
'sortableFields' => null,
'finder' => 'all',
'scope' => null,
'sort' => null,
'order' => [
],
],
'alias' => 'Articles',
]