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