Esempio n. 1
0
 public function short_url($id)
 {
     $posts_model = new Posts();
     $post = $posts_model->short_url($id);
     return redirect($post);
 }