コード例 #1
0
 public function viewByTitle($post)
 {
     $post = models\Post::one(array('original_slug' => $post));
     return $this->view($post);
 }