Code Context public function view($id = null) {
$produto = $this->Produto->findBySlug($id);
if (!$this->Produto->exists($produto['Produto']['id'])) {
$id = null
$produto = array()
ProdutosController::view() - APP/Controller/ProdutosController.php, line 85
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118