Code Context $conditions = array();
if ($options['contentId']) {
$options = array(
'direction' => 'ASC',
'num' => '10',
'page' => (int) 1,
'sort' => 'posts_date'
)
$named = array()
$_conditions = array(
'category' => null,
'tag' => null,
'year' => null,
'month' => null,
'day' => null,
'id' => '4',
'keyword' => null,
'author' => null
)
$direction = 'ASC'
$num = '10'
$page = (int) 1
$sort = 'posts_date'
$expects = array(
(int) 0 => 'BlogContent',
(int) 1 => 'BlogCategory',
(int) 2 => 'User',
(int) 3 => 'BlogTag'
)
$conditions = array()
BlogController::_getBlogPosts() - CORE/Baser/Plugin/Blog/Controller/BlogController.php, line 546
BlogController::archives() - CORE/Baser/Plugin/Blog/Controller/BlogController.php, line 378
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 151