Code |
Context $this->paginate['Topic']['recursive']= 2;
$user = $this->User->find('first', array('conditions'=>array('User.id'=>$user_id), 'contain'=>array('UserProfile'=>array('first_name', 'last_name'), 'UserGroup')));
$type = "topics"
$user_id = "286"
$category = array(
"ForumCategory" => array(
"id" => "recent"
)
)
$orderPinned = "field(Topic.orderNo, 0)"
CategoriesController::history() - APP/plugins/forum/controllers/categories_controller.php, line 444
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83