Code
public function view() {
$notizia = $this->News->find('first', array('conditions'=>array('News.id'=>$this->params['id'], 'News.status'=>'1')));
NewsController::view() - APP/controllers/news_controller.php, line 56
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83