Code Context );
$articles = $this->find('all', $options);
return $articles[$number];
$blogId = '1'
$date = '2016-06-29'
$target = (int) 0
$matches = array(
(int) 0 => '2016-06-29-1',
(int) 1 => '2016-06-29',
(int) 2 => '1'
)
$number = (int) 0
$options = array(
'order' => array(
(int) 0 => 'Article.published_date DESC',
(int) 1 => 'Article.id DESC'
),
'conditions' => array(
(int) 0 => array(
'OR' => array(
[maximum depth reached]
)
),
'Article.published_date' => '2016-06-29',
'Article.published_date <' => '2021-01-28 06:11:29'
)
)
$articles = array()
Article::getArticle() - APP/Model/Article.php, line 94
ArticlesController::index() - APP/Controller/ArticlesController.php, line 62
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 185
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 108