Skip to content

Instantly share code, notes, and snippets.

@TiuTalk
Created July 17, 2011 15:49
Show Gist options
  • Select an option

  • Save TiuTalk/1087713 to your computer and use it in GitHub Desktop.

Select an option

Save TiuTalk/1087713 to your computer and use it in GitHub Desktop.
<?php
public function view($titulo, $id) {
$this->Noticia->id = $id;
$dados = $this->Noticia->read();
$this->set('noticia', $dados);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment