Skip to content

Instantly share code, notes, and snippets.

@tareko
Created July 18, 2012 21:21
Show Gist options
  • Select an option

  • Save tareko/3138986 to your computer and use it in GitHub Desktop.

Select an option

Save tareko/3138986 to your computer and use it in GitHub Desktop.
better approach
$post = $this->Post->find('first', array('conditions'=> array('Post.id'=>$id)));
$this->set('page_title', 'BLOG :: ' .$post['Post']['title']);
$this->set('post', $post);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment