Code |
Context$id = "premiacao"
$titulo = array()
$this->set('noticias', $this->Noticia->findAllById($id));
$titulo = $this->Noticia->findAllById($id);
$this->pageTitle = $titulo[0]["Noticia"]["ds_titulo"];
NoticiaController::index() - APP/plugins/noticia/controllers/noticia_controller.php, line 15
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 89