Exemplo n.º 1
0
 public function post_classify()
 {
     if (Classify::create(Input::All())) {
         return Redirect::to('admin/classify_operate')->withErrors(Null);
     } else {
         return Redirect::back()->withInput()->withErrors('comment publish fail!');
     }
 }