Esempio n. 1
0
 public function showAction($id)
 {
     $post = Post::findWithComments($id);
     return new Response('show_post.html', array('post' => $post));
 }