Code Context $this->set('newsId',$newsId);
$news = $this->Content->find('first' , array('conditions'=>array('Content.id'=>$newsId),'Content.content_categories_id'=>2));
$this->set('news',$news['Content']);
$newsId = '25'
$news = array()
PagesController::blog_detail() - APP/Controller/PagesController.php, line 288
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108