Code Context public function view($slug = null) {
$ambiente = $this->Ambiente->findBySlug($slug);
if (!$this->Ambiente->exists($ambiente['Ambiente']['id'])) {
$slug = 'santafeiluminacao.com.br'
$ambiente = array()
AmbientesController::view() - APP/Controller/AmbientesController.php, line 258
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 111