Code Context // pr($empreendimento); exit;
if (!$this->Empreendimento->exists($empreendimento['Empreendimento']['id'])) {
$slug = 'espacoparaisoortigueira.com.br'
$cod = 'outros-empreendimentosdetalheauto-posto-paraiso-pt-br'
$options = array(
(int) 0 => 'first',
'conditions' => array(
'Empreendimento.slug' => 'espacoparaisoortigueira.com.br',
'Empreendimento.idioma' => 'pt_br',
'Empreendimento.ativo' => (int) 1
),
'order' => array(
'Empreendimento.ordem' => 'ASC'
),
'limit' => (int) 1
)
$empreendimento = array()
EmpreendimentosController::view() - APP/Controller/EmpreendimentosController.php, line 346
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 111